Update docker-compose.yml

This commit is contained in:
2025-06-03 07:20:12 +02:00
parent 0f4b21818b
commit 24fbc74c87

View File

@@ -1,7 +1,7 @@
services:
web:
build: .
command: gunicorn --bind 0.0.0.0:5000 app:app
command: ./start.sh gunicorn --bind 0.0.0.0:5000 app:app
ports:
- "10335:5000"
environment: