Update docker-compose.staging.yaml
This commit is contained in:
parent
2a53fa53cf
commit
cbad6eafe1
@ -3,7 +3,9 @@ version: '3.1'
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
django:
|
django:
|
||||||
build: ./
|
build:
|
||||||
|
context: ./
|
||||||
|
dockerfile: ./Dockerfiles/django/Dockerfile.pro
|
||||||
restart: always
|
restart: always
|
||||||
entrypoint: /django-launcher.dev.sh
|
entrypoint: /django-launcher.dev.sh
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user