17 | RUN npm ci && npm cache clean --force 18 | COPY . ./ 19 | >>> RUN npm run build 20 | 21 | FROM base -------------------- ERROR: failed to solve: process "/bin/sh -c npm run build" did not complete successfully: exit code: 2 Cleaning up project directory and file based variables ERROR: Job failed: exit code 1
17 | RUN npm ci && npm cache clean --force 18 | COPY . ./ 19 | >>> RUN npm run build 20 | 21 | FROM base -------------------- ERROR: failed to solve: process "/bin/sh -c npm run build" did not complete successfully: exit code: 2 Cleaning up project directory and file based variables ERROR: Job failed: exit code 1