sxid003 commited on
Commit
fdc611d
·
verified ·
1 Parent(s): ac324d8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -23,7 +23,7 @@ RUN chown -R admin:admin /app
23
  USER admin
24
 
25
  # Expose the ports for the applications
26
- EXPOSE 8000 7860 6274 8500
27
 
28
  # Command to run the FastAPI application and other scripts concurrently
29
- CMD ["sh", "-c", "python src/mcp/server.py & python src/main.py & uvicorn src.api.chatbot_api:app --host 0.0.0.0 --port 7860 --reload"]
 
23
  USER admin
24
 
25
  # Expose the ports for the applications
26
+ EXPOSE 8000 7860 6274
27
 
28
  # Command to run the FastAPI application and other scripts concurrently
29
+ CMD ["sh", "-c", "python src/mcp/server.py & python src/main.py & uvicorn src.api.chatbot_api:app --host 0.0.0.0 --port 8000 --reload"]