summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-14 00:49:12 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-14 00:49:12 +0100
commit93c43f641052b89445e69f5ee610afa881ba0646 (patch)
treef1b6ca59790c2b502f21d7c2b24cc26aef4c3191
parent1b44ae31502c30c4c12d5cc0521c2b14aa8d1218 (diff)
downloaddeployment-93c43f641052b89445e69f5ee610afa881ba0646.tar.gz
deployment-93c43f641052b89445e69f5ee610afa881ba0646.tar.bz2
deployment-93c43f641052b89445e69f5ee610afa881ba0646.zip
fix merchant git URL
-rw-r--r--docker/merchant/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/merchant/Dockerfile b/docker/merchant/Dockerfile
index d6e4ccc..859c685 100644
--- a/docker/merchant/Dockerfile
+++ b/docker/merchant/Dockerfile
@@ -1,6 +1,6 @@
FROM taler/exchange
-RUN git clone git://taler.net/git/merchant
+RUN git clone git://taler.net/merchant
WORKDIR /merchant