Better makefile

This commit is contained in:
Roberto Alsina 2024-06-29 23:38:18 -03:00
parent 3bee4f5cf6
commit f526ccd326

View File

@ -1,4 +1,6 @@
proxy-image: build: shard.yml src/*
shards build
proxy-image: build
docker build . -t faaso-proxy --no-cache docker build . -t faaso-proxy --no-cache
start-proxy: start-proxy:
docker run --network=faaso-net -v /var/run/docker.sock:/var/run/docker.sock -p 8888:8888 -p 3000:3000 faas docker run --network=faaso-net -v /var/run/docker.sock:/var/run/docker.sock -p 8888:8888 -p 3000:3000 faas