fix(makefile): point DC at prod compose file #24

Merged
mark merged 1 commits from fix/makefile-prod-compose into main 2026-03-02 15:03:15 +00:00
Showing only changes of commit 2e7949ac23 - Show all commits

View File

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