Update docker-compose.pro.yaml
This commit is contained in:
parent
cbad6eafe1
commit
d0aa3a73df
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user