fix(makefile): point DC at prod compose file #24
Reference in New Issue
Block a user
Delete Branch "fix/makefile-prod-compose"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Makefile used bare
docker composewhich picks up the dev docker-compose.yml when run from the app directory on prod. Points it at the absolute path to docker-compose.prod.yml instead.mark referenced this pull request2026-03-06 15:00:50 +00:00