Fizz
Fizz
WWasp
Created by Fizz on 1/16/2025 in #đŸ™‹questions
Railway server deploy errors
Dockerfile:83
-------------------
81 | WORKDIR /app
82 | COPY . .
83 | >>> RUN wasp build
84 |
85 | WORKDIR /app/.wasp/build
-------------------
ERROR: failed to solve: process "/bin/sh -c wasp build" did not complete successfully: exit code: 127
Dockerfile:83
-------------------
81 | WORKDIR /app
82 | COPY . .
83 | >>> RUN wasp build
84 |
85 | WORKDIR /app/.wasp/build
-------------------
ERROR: failed to solve: process "/bin/sh -c wasp build" did not complete successfully: exit code: 127
I get this error after railway up while following the guide in OpenSaaS
7 replies