-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Last week docker hub went down. After it was up we tried to push out to uat and production but npm ci failed. Im not sure what has happened recently but we have not changed any code on our side to affect this.
Our Dockerfile gets to the RUN npm ci and then fails and exits.
Our npm ci on our base nginx image runs fine some something has changed or is broken with npm when installing on the php fpm alpine image.
Dockerfile:93
91 | #UAT
92 | FROM digital_dealer_php AS digital_dealer_php_uat
93 | >>> RUN npm ci && npm run build_uat
94 |
95 | #UAT Spare
ERROR: failed to solve: process "/bin/sh -c npm ci && npm run build_uat" did not complete successfully: exit code: 127
Metadata
Metadata
Assignees
Labels
No labels