Skip to content

Commit

Permalink
fix: I'ma buy GitHub a coffee and spill it on their servers if this w…
Browse files Browse the repository at this point in the history
…orks
  • Loading branch information
KernelDeimos committed Jan 8, 2025
1 parent a13af7e commit 686d3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 686d3de

Please sign in to comment.