Merge pull request 'fix(makefile): point DC at prod compose file' (#24) from fix/makefile-prod-compose into main
All checks were successful
CI / ci (push) Has been skipped
CI / pr-e2e (push) Has been skipped
CI / nightly-e2e (push) Has been skipped
CI / deploy (push) Successful in 25s

Reviewed-on: #24
This commit was merged in pull request #24.
This commit is contained in:
2026-03-02 15:03:15 +00:00

View File

@@ -1,4 +1,4 @@
DC = docker compose
DC = docker compose -f /srv/sum/nohype/docker-compose.prod.yml
WEB = $(DC) exec web
MANAGE = $(WEB) python manage.py