From fa3bfea4a1b32d7c1c9115600f8594ba21345d9c Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Thu, 16 Jul 2026 17:42:04 +0200 Subject: [PATCH] fts --- cloud/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloud/Dockerfile b/cloud/Dockerfile index ba16e16..be03d63 100644 --- a/cloud/Dockerfile +++ b/cloud/Dockerfile @@ -19,4 +19,5 @@ 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"] \ No newline at end of file +# CMD ["python", "-m", "gunicorn", "--bind", "0.0.0.0:5000", "app:app"] +CMD ["bash"] \ No newline at end of file