Skip to content
This repository has been archived by the owner on Aug 28, 2018. It is now read-only.

SquaredLabs/docker-nuxt-node10

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pull badge

The lightest nuxt image out there. (Now with node 10!)

Usage

Add the following to your Dockerfile in your nuxt project:

FROM dockterdapper/nuxt

Customize before build

If you need to customize your project before the nuxt build you can use --build-arg autobuild=no. Dont forget to call nuxt build yourself:

FROM dockterdapper/nuxt

# replace something in nuxt.config.js
RUN sed -i -e 's/apiserver\.dev/apiserver.production/g' nuxt.config.js

RUN ./node_modules/.bin/nuxt build

and run docker build . --build-arg autobuild=no -t your_image_name

License

MIT

About

The lightest nuxt image out there.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 63.1%
  • JavaScript 20.7%
  • Shell 8.4%
  • Dockerfile 7.8%