Build with cache
This commit is contained in:
parent
9c1a04aa60
commit
f2bab029ea
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
build: shard.yml $(wildcard src/**/*cr)
|
||||
shards build
|
||||
proxy: build
|
||||
docker build . -t faaso-proxy --no-cache
|
||||
docker build . -t faaso-proxy
|
||||
start-proxy:
|
||||
docker run --name faaso-proxy-one --rm --network=faaso-net -v /var/run/docker.sock:/var/run/docker.sock -v secrets:/home/app/secrets -p 8888:8888 faaso-proxy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user