diff --git a/smoothschedule/docker-compose.production.yml b/smoothschedule/docker-compose.production.yml index 789d26a..0f1788d 100644 --- a/smoothschedule/docker-compose.production.yml +++ b/smoothschedule/docker-compose.production.yml @@ -48,8 +48,10 @@ services: nginx: build: - context: ../frontend + context: ../smoothschedule-frontend dockerfile: Dockerfile.prod + args: + VITE_API_URL: https://api.smoothschedule.com depends_on: - django ports: