pls fix yourself
Build, push image, and notify Watchtower / build-image (push) Successful in 1m2s
Build, push image, and notify Watchtower / notify (push) Failing after 2m18s

This commit is contained in:
2026-07-16 17:24:48 +02:00
parent e25909251c
commit dc6c339b74
+1 -1
View File
@@ -18,4 +18,4 @@ RUN mkdir -p storage/dishPhotos
EXPOSE 5000
# Use Gunicorn to run the application in production
CMD ["gunicorn", "--bind", "0.0.0.0:5000", "app:app"]
CMD ["python", "-m", "gunicorn", "--bind", "0.0.0.0:5000", "app:app"]