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