abhicodes commited on
Commit
d969c97
·
1 Parent(s): 41b4437

Update Dockerfile.txt

Browse files
Files changed (1) hide show
  1. Dockerfile.txt +1 -1
Dockerfile.txt 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", "server:app", "-b", "0.0.0.0:7860"]
 
14
  COPY . /code
15
 
16
  # CMD untuk menjalankan Gunicorn
17
+ CMD ["gunicorn", "app:app", "-b", "0.0.0.0:7860"]