Daemon can now build images

This commit is contained in:
2024-06-30 13:11:35 -03:00
parent 35fa820029
commit eb063beb2c
6 changed files with 53 additions and 5 deletions

View File

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