Update docker-compose.yml

This commit is contained in:
2025-06-04 09:09:10 +02:00
parent c1d4fe1c9a
commit 27d4922ce8

View File

@@ -2,7 +2,7 @@ version: '3.8'
services:
web:
build: https://git.kobeamerijckx.com/Kobe/docupulse.git
build: .
command: gunicorn --bind 0.0.0.0:5000 app:app
ports:
- "10335:5000"