Update docker-compose.pro.yaml

This commit is contained in:
Andros Fenollosa 2021-07-05 11:42:54 +02:00 committed by GitHub
parent cbad6eafe1
commit d0aa3a73df
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.pro.sh
volumes: