diff --git a/docker-compose.yml b/docker-compose.yml index d0c2fbc..c279edf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"