From a1c687648d97c583ad2cac1d3c4110fcd6dc6e92 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Thu, 16 Jul 2026 17:53:41 +0200 Subject: [PATCH] Put everything back and pray --- cloud/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cloud/Dockerfile b/cloud/Dockerfile index 7dfbf8a..a124145 100644 --- a/cloud/Dockerfile +++ b/cloud/Dockerfile @@ -19,5 +19,4 @@ RUN mkdir -p storage/dishPhotos EXPOSE 5000 # Use Gunicorn to run the application in production -# CMD ["python", "-m", "gunicorn", "--bind", "0.0.0.0:5000", "app:app"] -CMD ["bash"] \ No newline at end of file +CMD ["python", "-m", "gunicorn", "--bind", "0.0.0.0:5000", "app:app"] \ No newline at end of file