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

View File

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