why am I getting build timeout error
natx223
TRIALOP

2 years ago

12 0.679 > backend@1.0.0 start

12 0.679 > node index.js

12 0.679

12 1.457 Example app listening on port 3300

12 …

9 [stage-0 2/8] WORKDIR /app/

9 CACHED

12 [stage-0 8/10] RUN --mount=type=cache,id=s/9033278c-157d-44de-ae5f-50a5714865e8-nodemodules/cache,target=/app/nodemodules/.cache npm run start

12 …

10 [stage-0 4/10] RUN nix-env -if .nixpacks/nixpkgs-bf446f08bff6814b569265bef8374cfdd3d8f0e0.nix && nix-collect-garbage -d

10 CACHED

12 [stage-0 8/10] RUN --mount=type=cache,id=s/9033278c-157d-44de-ae5f-50a5714865e8-nodemodules/cache,target=/app/nodemodules/.cache npm run start

View Deploy details

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

1 Replies

2 years ago

You are trying to run your start command during build.


Loading...