Spaces:
Sleeping
Sleeping
update file ref
Browse files- Dockerfile +4 -1
- 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 |
-
|
|
|
|
|
|
|
|
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
|