We recommend to look at the Nuxt documentation.
Make sure to install the dependencies
yarn installStart the development server on http://localhost:3000
yarn devBuild the application for production:
yarn buildTo build the docker image, run the following command:
yarn build
docker build -t nodecopy1 .Checkout the deployment documentation.