right path to wsgi file

This commit is contained in:
gw3000 2023-07-12 16:39:18 +02:00
parent 2ad9c177ea
commit 0cc739aaf0

View file

@ -5,7 +5,7 @@ services:
build:
context: ./app
dockerfile: Dockerfile.prod
command: bash -c 'while !</dev/tcp/db/5432; do sleep 1; done; gunicorn --bind 0.0.0.0:8000 config.wsgi'
command: bash -c 'while !</dev/tcp/db/5432; do sleep 1; done; gunicorn --bind 0.0.0.0:8000 core.wsgi'
expose:
- 8000
environment: