snsynth commited on
Commit
b3ba7e9
·
1 Parent(s): 5d472af

update file ref

Browse files
Files changed (2) hide show
  1. Dockerfile +4 -1
  2. app.py → main.py +0 -0
Dockerfile CHANGED
@@ -22,4 +22,7 @@ USER mesop
22
  COPY . /finance-rag-chatbot-group39
23
  WORKDIR /finance-rag-chatbot-group39
24
 
25
- CMD ["gunicorn", "--bind", "0.0.0.0:8080", "app:me"]
 
 
 
 
22
  COPY . /finance-rag-chatbot-group39
23
  WORKDIR /finance-rag-chatbot-group39
24
 
25
+ # Final command: run the mesop script
26
+ # CMD ["mesop", "main.py", "--port", "8080"]
27
+ #CMD ["gunicorn", "--bind", "0.0.0.0:8080", "app:me"]
28
+ CMD ["gunicorn", "--bind", "0.0.0.0:8080", "--timeout", "500", "main:me"]
app.py → main.py RENAMED
File without changes