While I am trying to deploy the cal.com app on Railway, I am getting below error #245
Unanswered
suresh-pauhala
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While I am trying to deploy the cal.com app on Railway, I am getting below error:
#12 3.693 ➤ YN0000: Failed with errors in 1s 354ms
Dockerfile:22
20 | COPY . /app/.
21 | RUN --mount=type=cache,id=s/1ef1542f-96d1-4637-9dac-71194ff8703a-/usr/local/share/cache/yarn/v6,target=/usr/local/share/.cache/yarn/v6 npm install -g corepack && corepack enable
22 | >>> RUN --mount=type=cache,id=s/1ef1542f-96d1-4637-9dac-71194ff8703a-/usr/local/share/cache/yarn/v6,target=/usr/local/share/.cache/yarn/v6 yarn install --check-cache
23 |
24 | # build phase
ERROR: failed to solve: process "/bin/bash -ol pipefail -c yarn install --check-cache" did not complete successfully: exit code: 1
Error: Docker build failed
Beta Was this translation helpful? Give feedback.
All reactions