This image is the base to build a production grade docker image for your nuxt ssr app.
Create the following files
Dockerfile
FROM mitto98/nuxt-docker:latest
# You can also add env variables
# ENV API_URL="https://api.example.com/"
.dockerignore
node_modules
npm-debug*
.nuxt
Content type
Image
Digest
Size
27 MB
Last updated
over 6 years ago
docker pull mitto98/nuxt-docker