Pamudu13 commited on
Commit
23975dc
1 Parent(s): c30aed6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
13
  COPY . .
14
 
15
  # Command to run the application with increased timeout
16
- CMD ["hypercorn", "-b", "0.0.0.0:7860", "--timeout", "120", "app:app"]
 
13
  COPY . .
14
 
15
  # Command to run the application with increased timeout
16
+ CMD ["hypercorn", "-b", "0.0.0.0:7860", "app:app"]