Sign inSign up

mitto98/nuxt-docker

By mitto98

•Updated over 6 years ago

Nuxt production ready image

Image
0

414

mitto98/nuxt-docker repository overview

⁠Nuxt SSR production ready docker image

This image is the base to build a production grade docker image for your nuxt ssr app.

⁠Getting started

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

Tag summary

Content type

Image

Digest

Size

27 MB

Last updated

over 6 years ago

docker pull mitto98/nuxt-docker