trying to deploy nuxt js project with GitHub repo
ijazkhancrt
TRIALOP

2 years ago

i have nuxt js repo, i want to deploy it but show this error:

Dockerfile:21


19 | COPY . /app/.

20 | RUN --mount=type=cache,id=s/f11f2dc6-8b03-46d3-9a51-c7e1b9849a7c-/root/local/share/pnpm/store/v3,target=/root/.local/share/pnpm/store/v3 npm install -g corepack@0.24.1 && corepack enable

21 | >>> RUN --mount=type=cache,id=s/f11f2dc6-8b03-46d3-9a51-c7e1b9849a7c-/root/local/share/pnpm/store/v3,target=/root/.local/share/pnpm/store/v3 pnpm i --frozen-lockfile

22 |

23 | # 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

2 years ago

Your actual error would be further up in the logs, please carefully read the entirety of your build logs.


Welcome!

Sign in to your Railway account to join the conversation.

Loading...