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