fix(docker): Update nginx context path for git-based deployments

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 <noreply@anthropic.com>
This commit is contained in:
poduck
2025-12-03 15:50:31 -05:00
parent abf67a36ed
commit b455be0ac6

View File

@@ -48,7 +48,7 @@ services:
nginx:
build:
context: ../smoothschedule-frontend
context: ../frontend
dockerfile: Dockerfile.prod
args:
VITE_API_URL: https://api.smoothschedule.com