I having some issues to deploying my application
netthacker
TRIALOP

a year ago

2 warnings found (use --debug to expand):

  • UndefinedVar: Usage of undefined variable '$NIXPACKS_PATH' (line 23)

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 23)

Dockerfile:25

23 | ENV NIXPACKSPATH /app/nodemodules/.bin:$NIXPACKS_PATH

24 | COPY . /app/.

25 | >>> RUN --mount=type=cache,id=s/2e63c2ee-a720-4ef5-88e1-f11cf2757bb6-/root/local/share/pnpm/store/v3,target=/root/.local/share/pnpm/store/v3 pnpm i --frozen-lockfile

26 |

27 | # build phase

ERROR: failed to solve: process "/bin/bash -ol pipefail -c pnpm i --frozen-lockfile" 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.

1 Replies

dev
MODERATOR

a year ago

Would you mind sending your build logs?

You can use this tool to extract your build logs: https://bookmarklets.up.railway.app/log-downloader/


Loading...