phsebastiao
HOBBYOP
a year ago
Railway doesn't seem to be able to build my latest commit, I moved to using Railpack once announced but trying to fix the problem I got back to good old docker and it still works fine locally but not on railway, is there a way to check railway build files to ensure that the module is still there or something like that?
Dockerfile:
FROM node:22-slim
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm install
COPY . .
RUN npm run build
ENV NODE_ENV=production
CMD ["npm", "run", "prod"]14 Replies
a year ago
are you sure its Dev ? perhaps its dev (lowercase)
a year ago
nope, but please check the folder's name in github too
apparently on github C in commands is capitalized but I tested both ways

a year ago
sounds good
a year ago
no problem!
a year ago
!s
Status changed to Solved brody • 12 months ago
