summaryrefslogtreecommitdiff
path: root/docker/merchant/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/merchant/Dockerfile')
-rw-r--r--docker/merchant/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/merchant/Dockerfile b/docker/merchant/Dockerfile
index 3e5977f..b8d682b 100644
--- a/docker/merchant/Dockerfile
+++ b/docker/merchant/Dockerfile
@@ -13,5 +13,7 @@ RUN ./bootstrap \
&& make install
COPY ./entry_point.sh /
+COPY ./exchange_pub.txt /
+COPY ./exchange_url.txt /
ENTRYPOINT ["/entry_point.sh"]