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