Extend makefile

This commit is contained in:
Owen Schwartz
2024-09-28 18:18:06 -04:00
parent 13ddcafda4
commit 0d91966609

View File

@@ -1,3 +1,9 @@
all:
docker build -t pangolin .
test:
docker run -it -p 3000:3000 -p 3001:3001 --env-file=.env-docker -v ./config:/config pangolin
docker run -it -p 3000:3000 -p 3001:3001 --env-file=.env-docker -v ./config:/config pangolin
clean:
docker rmi pangolin