Arafath10 commited on
Commit
7b4c486
·
verified ·
1 Parent(s): 2187029

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use the official Python 3.10 image
2
- FROM python:3.11
3
 
4
  # Set the working directory to /code
5
  WORKDIR /code
@@ -27,4 +27,4 @@ WORKDIR $HOME/app
27
  COPY --chown=user . $HOME/app
28
 
29
  # Set the command to run the Flask app with Gunicorn
30
- CMD ["gunicorn", "--bind", "0.0.0.0:7860", "main:app"]
 
1
  # Use the official Python 3.10 image
2
+ FROM python:3.9
3
 
4
  # Set the working directory to /code
5
  WORKDIR /code
 
27
  COPY --chown=user . $HOME/app
28
 
29
  # Set the command to run the Flask app with Gunicorn
30
+ CMD ["gunicorn","0.0.0.0:7860", "main:app"]