Open StefanVDWeide opened 5 days ago
I dont think setting the port to 80 is required for this. Any port should work since it runs in a container anyways.
I dont think setting the port to 80 is required for this. Any port should work since it runs in a container anyways.
80 is the default port for NGINX which serves the files in this case. Setting it to anything else will result in a bad gateway error. I've tested 3000 and 81 just in case.
I dont think setting the port to 80 is required for this. Any port should work since it runs in a container anyways.
80 is the default port for NGINX which serves the files in this case. Setting it to anything else will result in a bad gateway error. I've tested 3000 and 81 just in case.
Oh so thats only an internal port then?
I dont think setting the port to 80 is required for this. Any port should work since it runs in a container anyways.
80 is the default port for NGINX which serves the files in this case. Setting it to anything else will result in a bad gateway error. I've tested 3000 and 81 just in case.
Oh so thats only an internal port then?
Yeah exactly, since the container exposes port 80 the domain needs to be configured to point there
I tested and both works, awesome
Can you change npm to pnpm? is more fast than npm
I tested and both works, awesome
Can you change npm to pnpm? is more fast than npm
Great! Changed the example to pnpm
Great! Changed the example to
pnpm
With pnpm you can drop the run so its just pnpm generate
@StefanVDWeide I still see the package lock file, can you please run pnpm install to generate the pnpm lock file and delete the package.lock.json?
I've added examples for deploy a Nuxt site both with server side rendering and as a static stite. Also, solved an issue with the VueJS docs where the wrong start command was written down.