Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -22,7 +22,4 @@ echo "This is the MCP server for LeChat integration"\n\
|
|
| 22 |
echo "MCP Tools: create_room, make_move, send_chat, get_room_state, list_rooms"\n\
|
| 23 |
python mcp_server.py' > start.sh && chmod +x start.sh
|
| 24 |
|
| 25 |
-
# Set required environment variable for Mistral API
|
| 26 |
-
ENV MISTRAL_API_KEY=""
|
| 27 |
-
|
| 28 |
CMD ["./start.sh"]
|
|
|
|
| 22 |
echo "MCP Tools: create_room, make_move, send_chat, get_room_state, list_rooms"\n\
|
| 23 |
python mcp_server.py' > start.sh && chmod +x start.sh
|
| 24 |
|
|
|
|
|
|
|
|
|
|
| 25 |
CMD ["./start.sh"]
|