Skip to content

Commit

Permalink
feat: add make rebuild command
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Dec 4, 2023
1 parent 1b387cc commit e1cce44
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 @@ -29,8 +29,11 @@ shell:
restart:
docker-compose -f docker-compose.local.yml up -d

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

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

0 comments on commit e1cce44

Please sign in to comment.