diff --git a/docker-compose.staging.yaml b/docker-compose.staging.yaml index 0a7cf72..a3d3995 100644 --- a/docker-compose.staging.yaml +++ b/docker-compose.staging.yaml @@ -3,7 +3,9 @@ version: '3.1' services: django: - build: ./ + build: + context: ./ + dockerfile: ./Dockerfiles/django/Dockerfile.pro restart: always entrypoint: /django-launcher.dev.sh volumes: