mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 22:51:17 +08:00
fix: I'ma buy GitHub a coffee and spill it on their servers if this works
This commit is contained in:
parent
a13af7e31a
commit
686d3de518
@ -29,7 +29,7 @@ RUN npm install -g mocha
|
||||
# Install node modules
|
||||
RUN npm cache clean --force && \
|
||||
for i in 1 2 3; do \
|
||||
npm ci && break || \
|
||||
npm ci --registry=https://registry.npmjs.org/ && break || \
|
||||
if [ $i -lt 3 ]; then \
|
||||
sleep 15; \
|
||||
else \
|
||||
|
Loading…
Reference in New Issue
Block a user