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