diff --git a/docker-compose.yaml b/docker-compose.yaml index e5be861..606cc54 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -17,6 +17,8 @@ services: build: context: . dockerfile: ./Dockerfile.nginx + depends_on: + - app volumes: # Comment out the next line in production - ./docker/nginx/conf.d:/etc/nginx/conf.d:ro