Clove25 commited on
Commit
6194588
·
verified ·
1 Parent(s): fbd575c

updating port to 7860

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -15,7 +15,7 @@ WORKDIR /app/tool_use_env
15
  RUN pip install --no-cache-dir -e .
16
 
17
  # Expose port
18
- EXPOSE 8000
19
 
20
  # Run server
21
- CMD ["uvicorn", "tool_use_env.server.app:app", "--host", "0.0.0.0", "--port", "8000", "--ws", "websockets", "--proxy-headers"]
 
15
  RUN pip install --no-cache-dir -e .
16
 
17
  # Expose port
18
+ EXPOSE 7860
19
 
20
  # Run server
21
+ CMD ["uvicorn", "tool_use_env.server.app:app", "--host", "0.0.0.0", "--port", "7860", "--ws", "websockets", "--proxy-headers"]