NixPack - Docker Failures

jared-leddyHOBBY

4 months ago

Our build fails because of Nixpacks and Docker. Since we don't use those, and those are specifically used in the platform build process, we need you guys to figure out what is happening here.

Fortunately, this is happening on an API that is in dev, otherwise we'd have a real problem.

npm error A complete log of this run can be found in: /root/.npm/_logs/2025-02-01T23_57_27_701Z-debug-0.log
✕ [stage-0  6/10] RUN --mount=type=cache,id=s/70266f24-cef9-4084-a87c-fc64c22137ad-/root/npm,target=/root/.npm npm ci 
process "/bin/bash -ol pipefail -c npm ci" did not complete successfully: exit code: 1

Dockerfile:20
-------------------
18 |     ENV NIXPACKS_PATH=/app/node_modules/.bin:$NIXPACKS_PATH
19 |     COPY . /app/.
20 | >>> RUN --mount=type=cache,id=s/70266f24-cef9-4084-a87c-fc64c22137ad-/root/npm,target=/root/.npm npm ci
21 |
22 |     # build phase
-------------------
ERROR: failed to solve: process "/bin/bash -ol pipefail -c npm ci" did not complete successfully: exit code: 1
Error: Docker build failed

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

0 Replies

NixPack - Docker Failures - Railway Help Station