00:00:15
Dec 16, 2025
00:00:29
9 | WORKDIR /app 10 | COPY server/package*.json ./ 11 | >>> RUN npm ci 12 | COPY server . 13 | COPY --from=web /app/dist/railgun-dashboard public--------------------ERROR: failed to solve: process "/bin/sh -c npm ci" did not complete successfully: exit code: 1Cleaning up project directory and file based variablesERROR: Job failed: exit code 1