Update docker-compose.yml

This commit is contained in:
2025-06-06 11:53:12 +02:00
parent acececf899
commit c0346efcc7

View File

@@ -2,7 +2,9 @@ version: '3.8'
services: services:
web: web:
build: . build:
context: https://github.com/yourusername/DocuPulse.git
dockerfile: Dockerfile
command: gunicorn --bind 0.0.0.0:5000 app:app command: gunicorn --bind 0.0.0.0:5000 app:app
ports: ports:
- "${PORT:-10335}:5000" - "${PORT:-10335}:5000"