Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
- Nodejs
- IISNode Module
- URL Rewrite
- Package the Nuxt3 Project
- Config IIS and Application Pool
- Copy the web.config、server.js to the root folder
# build
docker build -t nuxt-app .
# run
docker run -d -p 3000:3000 nuxt-app
Check the http://localhost:3000
Check out the documentation for more information.