Fix: Correct frontend build context path in production docker-compose
This commit is contained in:
@@ -48,7 +48,7 @@ services:
|
||||
|
||||
nginx:
|
||||
build:
|
||||
context: ../smoothschedule-frontend
|
||||
context: ../frontend
|
||||
dockerfile: Dockerfile.prod
|
||||
depends_on:
|
||||
- django
|
||||
|
||||
Reference in New Issue
Block a user