run migrations if no db

This commit is contained in:
Milo Schwartz
2024-10-26 23:37:25 -04:00
parent 25224e0343
commit 2d5ff17515
4 changed files with 28 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ push:
docker push fossorial/pangolin:latest
test:
docker run -it -p 3000:3000 -p 3001:3001 --env-file=.env -v ./config:/app/config pangolin
docker run -it -p 3000:3000 -p 3001:3001 -v ./config:/app/config fossorial/pangolin:latest
clean:
docker rmi pangolin