fts
Build, push image, and notify Watchtower / build-image (push) Successful in 35s
Build, push image, and notify Watchtower / notify (push) Failing after 2m21s

This commit is contained in:
2026-07-16 17:42:04 +02:00
parent af5d2701de
commit fa3bfea4a1
+2 -1
View File
@@ -19,4 +19,5 @@ RUN mkdir -p storage/dishPhotos
EXPOSE 5000 EXPOSE 5000
# Use Gunicorn to run the application in production # Use Gunicorn to run the application in production
CMD ["python", "-m", "gunicorn", "--bind", "0.0.0.0:5000", "app:app"] # CMD ["python", "-m", "gunicorn", "--bind", "0.0.0.0:5000", "app:app"]
CMD ["bash"]