Skip to content

Commit

Permalink
Merge pull request #94 from TIHLDE/dev
Browse files Browse the repository at this point in the history
improved makefile command
  • Loading branch information
borgaar authored Jan 10, 2025
2 parents 3999ee0 + d9390d3 commit fb370d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ db:
.PHONY: prod
prod:
docker build -t blitzed:latest .
docker container stop blitzed
docker container rm blitzed
- docker container stop blitzed
- docker container rm blitzed
- prisma migrate deploy
docker run --env-file .env -p 4000:3000 --name blitze --restart unless-stopped -d blitzed:latest
docker image prune -f
docker run --env-file .env -p 4000:3000 --name blitzed --restart unless-stopped -d blitzed:latest
- docker image prune -f

0 comments on commit fb370d1

Please sign in to comment.