Update docker-compose.dev.yaml

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

View File

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