mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-04-06 11:13:38 +00:00
fix(docker): rewrite github ssh git deps to https for npm build
This commit is contained in:
parent
1c1eee523d
commit
c9d6491814
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user