taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 93c43f641052b89445e69f5ee610afa881ba0646
parent 1b44ae31502c30c4c12d5cc0521c2b14aa8d1218
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon, 14 Nov 2016 00:49:12 +0100

fix merchant git URL

Diffstat:
Mdocker/merchant/Dockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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