diff --git a/Dockerfile b/Dockerfile index 3682fb1b8..ea48f8505 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,9 @@ RUN uv pip install --system --no-cache . RUN git config --global url."https://github.com/".insteadOf "ssh://git@github.com/" WORKDIR /app/bridge -RUN npm install && npm run build +RUN git config --global url."https://github.com/".insteadOf ssh://git@github.com/ && \ + git config --global url."https://github.com/".insteadOf git@github.com: && \ + npm install && npm run build WORKDIR /app # Create config directory