Update docker-compose.dev.yaml

This commit is contained in:
Andros Fenollosa 2021-07-05 11:45:32 +02:00 committed by GitHub
parent 6e8a7b4153
commit 44359c51c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ services:
django: django:
build: build:
context: ./ context: ./
dockerfile: ./Dockerfiles/django/Dockerfile.dev dockerfile: ./Dockerfiles/django/Dockerfile
restart: unless-stopped restart: unless-stopped
entrypoint: /django-launcher.dev.sh entrypoint: /django-launcher.dev.sh
volumes: volumes: