WaspW
Wasp12mo ago
Fizz

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 
I get this error after railway up while following the guide in OpenSaaS
Was this page helpful?