Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
| 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
|
|
|
|
| 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"]
|