Replies: 1 comment 13 replies
-
You need a Node.js server that calls the SSR tool you just built. To my understanding, you can put this Node.js server in a Docker container or anywhere as long as you redirect the ports properly. |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've set up my project within a docker container and now I would like to build it and have everything working ( SSR included ). After building, I can open my app on localhost and it is working, except for the SSR which is nowhere to be seen.
Inside of the dist folder there is a client and server folders. I'd assume the server folder is the ssr which I need, but atm I am a bit clueless on how to get it working with docker.
Beta Was this translation helpful? Give feedback.
All reactions