ParthCodes commited on
Commit
9a3b687
·
verified ·
1 Parent(s): 31d313e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
  COPY . /code
15
 
16
  # CMD untuk menjalankan Gunicorn
17
- CMD ["gunicorn", "main:app", "-b", "0.0.0.0:7860"]
 
14
  COPY . /code
15
 
16
  # CMD untuk menjalankan Gunicorn
17
+ CMD ["python", "main:app", "-b", "0.0.0.0:7860"]