Skip to content

Railway deployment? #8460

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

You must be logged in to vote

This worked just fine:

FROM lightdash/lightdash:latest

COPY ./entrypoint.sh /usr/bin/entrypoint.sh
RUN chmod +x /usr/bin/entrypoint.sh

ENTRYPOINT ["/usr/bin/entrypoint.sh"]
CMD ["yarn", "workspace", "backend", "start"]

Replies: 1 comment

Comment options

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