developerryan
HOBBYOP
a year ago
I've got a project that I'm trying to setup structured as a monorepo. This monorepo has a script that I want to run on a cron every 30 minutes.
I created a Dockerfile to set everything up nicely, but I'm not too sure how to get it working in Railway. I set a custom build command that builds the dockerfile, however, I don't believe this setup works like I expect.
Does anyone have any guidance on how I can run a Dockerfile that exists within a monorepo subdirectory?