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

update CMD

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ RUN pip install --no-cache-dir -e .
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"]
 
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"]