diff --git a/cloud/Dockerfile b/cloud/Dockerfile index 5ce1cb7..008579b 100644 --- a/cloud/Dockerfile +++ b/cloud/Dockerfile @@ -18,4 +18,4 @@ RUN mkdir -p storage/dishPhotos EXPOSE 5000 # Use Gunicorn to run the application in production -CMD ["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"] \ No newline at end of file