rafael.soteldo
Uploading error
22 | # build phase
23 | COPY . /app/.
24 | >>> RUN --mount=type=cache,id=s/0db3b79b-4039-41b5-83cd-96646ab17e10-node_modules/cache,target=/app/node_modules/.cache npm run build
25 |
26 |
-------------------
ERROR: failed to solve: process "/bin/bash -ol pipefail -c npm run build" did not complete successfully: exit code: 1
6 replies
I have a FrontEnd in React, it is production ready, I want railway to use Production Build
129 replies
I have a FrontEnd in React, it is production ready, I want railway to use Production Build
your project has a pycache that has cache files, has a static folder with an empty file .gitkeep, and the rest is in the root folder, the new project is one level also, but doesn't share the __pycache and the static with the empti .gitkeep. I also kept the .env folder that has the environment, should I delete this .env folder, I don't think that it will work at all
129 replies
I have a FrontEnd in React, it is production ready, I want railway to use Production Build
129 replies