Update docker-compose.staging.yaml

This commit is contained in:
Andros Fenollosa 2021-07-05 11:42:30 +02:00 committed by GitHub
parent 2a53fa53cf
commit cbad6eafe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: