puppeteer install in railway container
I am trying to run a node script using bun and puppeteer but the container fails to retrieve the chrome executable
8 Replies
Project ID:
3bcf5308-03ce-40e9-b19a-bff7879f04f7
3bcf5308-03ce-40e9-b19a-bff7879f04f7
Not sure if the chromium instance is being installed elsewhere
or where it would be inside the railway container
@Brody railway should be running the puppeteer install command on build no?
should I be setting that as the overrided build command
railway runs your code as-is, its up to you to set the needed commands
got it
you would likely want to set that command in a new build phase https://nixpacks.com/docs/guides/configuring-builds#new-phase (not the build command)
Thank you Brody