Anonymous
TRIALOP
2 years ago
I want to start nextjs app and cronjob app in single project
is it possible to do that?
0 Replies
brody
EMPLOYEE
2 years ago
a single project yes, a single service, no.
you would need two services
macwilko
HOBBY
2 years ago
Yup, you can create multiple services for the same repo, and then change the start command for Nixpacks, or include a different Dockerfile