diff --git a/smoothschedule/docker-compose.production.yml b/smoothschedule/docker-compose.production.yml index 7d5204b..789d26a 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 depends_on: - django