blanchon commited on
Commit
e3c6edf
·
1 Parent(s): 119f2e2
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim
3
 
4
  # Parameterize port with default value
5
  ARG PORT=8001
6
- ARG TRANSPORT_SERVER_URL=https://blanchon-robothub-transportserver.hf.space
7
 
8
  # Set environment variables for Python and UV
9
  ENV PYTHONUNBUFFERED=1 \
 
3
 
4
  # Parameterize port with default value
5
  ARG PORT=8001
6
+ ARG TRANSPORT_SERVER_URL=https://blanchon-robothub-transportserver.hf.space/api
7
 
8
  # Set environment variables for Python and UV
9
  ENV PYTHONUNBUFFERED=1 \