Update docker-compose.dev.yaml
This commit is contained in:
parent
6e8a7b4153
commit
44359c51c4
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user