Skip to content

Commit

Permalink
feat: Add docker rebuild make command
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Feb 13, 2024
1 parent 7c11d59 commit 3b177ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ status:
docker-compose -f docker-compose.local.yml ps

logs:
docker-compose -f docker-compose.local.yml logs app
docker-compose -f docker-compose.local.yml logs app

rebuild:
docker-compose -f docker-compose.local.yml up --build -d

0 comments on commit 3b177ac

Please sign in to comment.