Skip to content

Commit

Permalink
feat: make dev command
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyoslav committed Oct 29, 2024
1 parent 5d7716a commit 40d43eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ down:
update:
make pull up

## Up docker containers in dev mode
dev:
(trap 'docker compose down' INT; \
docker compose up --force-recreate --remove-orphans)

.DEFAULT_GOAL := help
# See <https://gist.github.com/klmr/575726c7e05d8780505a> for explanation.
help:
Expand Down

0 comments on commit 40d43eb

Please sign in to comment.