a year ago
I'm trying to use railway to deploy an open source repo:
https://github.com/formbricks/formbricks
…but I did fork the repo and used it
Dockerfile:25
23 | # build phase
24 | COPY . /app/.
25 | >>> RUN --mount=type=cache,id=s/1214fa8e-813e-4cba-90db-3be4c97b92ef-apps/demo/next/cache,target=/app/apps/demo/.next/cache --mount=type=cache,id=s/1214fa8e-813e-4cba-90db-3be4c97b92ef-apps/docs/next/cache,target=/app/apps/docs/.next/cache --mount=type=cache,id=s/1214fa8e-813e-4cba-90db-3be4c97b92ef-apps/web/next/cache,target=/app/apps/web/.next/cache --mount=type=cache,id=s/1214fa8e-813e-4cba-90db-3be4c97b92ef-nodemodules/cache,target=/app/nodemodules/.cache pnpm run build
26 |
27 |
ERROR: failed to solve: process "/bin/bash -ol pipefail -c pnpm run build" did not complete successfully: exit code: 1
Error: Docker build failed
ⓘ Deployment information is only viewable by project members and Railway employees.
1 Replies
Status changed to Solved dev • about 1 year ago