mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-05 20:50:22 -06:00
fix: I'ma buy GitHub a coffee and spill it on their servers if this works
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user