Dockerfile:83-------------------81 | WORKDIR /app82 | COPY . .83 | >>> RUN wasp build84 |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 /app82 | COPY . .83 | >>> RUN wasp build84 |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
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
W
Wasp
Rails-like framework for React, Node.js and Prisma. Build your app in a day and deploy it with a single CLI command.