Update docker-compose.yml

This commit is contained in:
2025-06-03 07:21:45 +02:00
parent 24fbc74c87
commit 6708d4afaf

View File

@@ -1,6 +1,6 @@
services: services:
web: web:
build: . build: https://git.kobeamerijckx.com/Kobe/docupulse.git
command: ./start.sh gunicorn --bind 0.0.0.0:5000 app:app command: ./start.sh gunicorn --bind 0.0.0.0:5000 app:app
ports: ports:
- "10335:5000" - "10335:5000"