Skip to content

How to run the foreman Procfile with the Vite SSR setting in the Kamal Dockerfile? #796

Closed Answered by abratashov
abratashov asked this question in Q&A
Discussion options

You must be logged in to vote

I've found the solution, need to add it to Dockerfile:

# ...
COPY --from=build /usr/local/node/bin /usr/local/node/bin
ENV PATH=/usr/local/node/bin:$PATH

Full application example here https://github.com/abratashov/rails-inertia-react-app

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by abratashov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants