Ensure network exists for start-proxy

This commit is contained in:
Roberto Alsina 2024-07-09 10:57:36 -03:00
parent 81ec077928
commit f015afe7f0

View File

@ -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 \