From ef5c83f7e582756e00e5bb456d2cd1d6783071ac Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Mon, 9 Jan 2017 17:51:03 +0000 Subject: [PATCH] Update build.sh --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 9c488507..2b524325 100755 --- a/build.sh +++ b/build.sh @@ -11,10 +11,10 @@ cp ./fwatchdog ../sample-functions/catservice/ docker build --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy \ -t alexellis2/faas-catservice . -docker service rm catservice ; docker service create --network=functions --name catservice alexellis2/faas-catservice + #docker service rm catservice ; docker service create --network=functions --name catservice alexellis2/faas-catservice cd .. cd gateway ./build.sh -docker rm -f server; docker run -d -v /var/run/docker.sock:/var/run/docker.sock --name server -p 8080:8080 --network=functions alexellis2/faas-gateway +# docker rm -f server; docker run -d -v /var/run/docker.sock:/var/run/docker.sock --name server -p 8080:8080 --network=functions alexellis2/faas-gateway