Skip to content

Commit

Permalink
introduce a make target to stop everything locally
Browse files Browse the repository at this point in the history
  • Loading branch information
erkannt committed Jan 9, 2025
1 parent 0331aa6 commit 14bc6cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ dev: config.php
docker compose up --wait
docker compose logs --follow

.PHONY: stop
stop:
docker compose down

config.php:
cp config.php.dist config.php

0 comments on commit 14bc6cb

Please sign in to comment.