Docker build error

grillazsmozi
TRIAL

a year ago

When I try to build my app, this error occurs:

Dockerfile:10

8 | RUN npm ci
9 | RUN npm run prisma:generate
10 | >>> RUN npm run build
11 |

12 | EXPOSE 3000

ERROR: failed to solve: process "/bin/sh -c npm run build" did not complete successfully: exit code: 1

How can I resolve it?

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

1 Replies

a year ago

Please check out your build logs as you have a lot of linting issues that its failing on.


Docker build error - Railway Help Station