Skip to content
Snippets Groups Projects
Commit ef5c83f7 authored by Alex Ellis's avatar Alex Ellis Committed by GitHub
Browse files

Update build.sh

parent ea488cf7
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment