diff --git a/Makefile b/Makefile index c004fa1..f5d140c 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ proxy: all: build proxy start-proxy: + docker network create faaso-net || true docker run --name faaso-proxy-one \ --rm --network=faaso-net \ -e FAASO_SECRET_PATH=${PWD}/secrets \