From 754b0ca5f6a7c414fa58b7367123680f73ecc125 Mon Sep 17 00:00:00 2001 From: codex_a Date: Sat, 28 Feb 2026 21:42:06 +0000 Subject: [PATCH] fix: set build context to app/ in prod compose The compose file lives in /srv/sum/nohype/ while the code is in /srv/sum/nohype/app/ so the Dockerfile is at app/Dockerfile. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docker-compose.prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index e2c63ad..a897636 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -1,6 +1,6 @@ services: web: - build: . + build: app working_dir: /app command: > sh -c "python manage.py tailwind install --no-input &&