Fix: Correct frontend build context path in production docker-compose

This commit is contained in:
poduck
2025-11-30 20:14:32 -05:00
parent fa68b4a869
commit c8c0669801

View File

@@ -48,7 +48,7 @@ services:
nginx:
build:
context: ../smoothschedule-frontend
context: ../frontend
dockerfile: Dockerfile.prod
depends_on:
- django