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