Better makefile
This commit is contained in:
parent
3bee4f5cf6
commit
f526ccd326
6
Makefile
6
Makefile
@ -1,5 +1,7 @@
|
|||||||
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
|
||||||
o-proxy
|
o-proxy
|
||||||
|
Loading…
Reference in New Issue
Block a user