taler-deployment

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

commit 622a7cc6d6cb5b032fc8c53721f3d0b249a55f96
parent b962f0cc36fff34feb828b7cf53ee656ab1b1b3f
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Fri, 23 Dec 2016 19:20:09 +0100

--prefix for exchange container

Diffstat:
Mdocker/exchange/Dockerfile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/docker/exchange/Dockerfile b/docker/exchange/Dockerfile @@ -9,6 +9,7 @@ RUN ./bootstrap \ --with-libgnurl=/usr/local \ --with-microhttpd=/usr/local \ --with-gnunet=/usr/local \ + --prefix=$HOME/local && make \ && make install