From b455be0ac6a04cd01db82c54c36c3f697296df6a Mon Sep 17 00:00:00 2001 From: poduck Date: Wed, 3 Dec 2025 15:50:31 -0500 Subject: [PATCH] fix(docker): Update nginx context path for git-based deployments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed from ../smoothschedule-frontend to ../frontend to match the git repository structure. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- 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 0f1788d..f12b326 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 args: VITE_API_URL: https://api.smoothschedule.com