From c8c0669801b25fb1fce90f697bd583762854a028 Mon Sep 17 00:00:00 2001 From: poduck Date: Sun, 30 Nov 2025 20:14:32 -0500 Subject: [PATCH] Fix: Correct frontend build context path in production docker-compose --- smoothschedule/docker-compose.production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoothschedule/docker-compose.production.yml b/smoothschedule/docker-compose.production.yml index 7d5204b..789d26a 100644 --- a/smoothschedule/docker-compose.production.yml +++ b/smoothschedule/docker-compose.production.yml @@ -48,7 +48,7 @@ services: nginx: build: - context: ../smoothschedule-frontend + context: ../frontend dockerfile: Dockerfile.prod depends_on: - django