Add makefile for proxy targets

This commit is contained in:
Roberto Alsina 2024-06-29 23:13:41 -03:00
parent 17637042b7
commit ce856beaf2

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
proxy-image:
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 -p 3000:3000 faas
o-proxy