Fix bugs and change makefile

This commit is contained in:
Owen Schwartz
2024-10-20 12:55:28 -04:00
parent 16e2a262e9
commit 002614499b
13 changed files with 150 additions and 159 deletions

View File

@@ -1,6 +1,11 @@
all:
docker build -t pangolin .
all: build push
build:
docker build -t fossorial/pangolin:latest .
push:
docker push fossorial/pangolin:latest
test:
docker run -it -p 3000:3000 -p 3001:3001 --env-file=.env -v ./config:/app/config pangolin