Pre-rendering when building Docker image
I'm having some trouble with the pre-rendering when building a Docker image. Everything works fine when building directly on my machine but when building the Docker image it fails because it can't connect to the server.
This is the error that I'm getting:
It looks like it's trying to connect on a port that is different from the one that the server is listening to but I'm not sure where it's getting the 3000 port from and why it's not using 43645 instead.
I'm using SPA mode with Nitro and Bun.
Any help appreciated!
This is the error that I'm getting:
It looks like it's trying to connect on a port that is different from the one that the server is listening to but I'm not sure where it's getting the 3000 port from and why it's not using 43645 instead.
I'm using SPA mode with Nitro and Bun.
Any help appreciated!