Make private network available at build time
2 years ago
I would like to be able to communicate with other services over the private network during build time. Specifically, this would allow me to complete database migrations over the private network as part of my build.
1 Replies
pepijn
PRO
8 months ago
To add a use-case, since the original is probably solved by the new migration step. This is still very much wanted for frontend frameworks like NextJs which statically generate pages during build time.