Skip to content

DockerFile of nodevue image with serve and workbox packages

Notifications You must be signed in to change notification settings

arthurgermano/nodevue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

nodevue

DockerFile of nodevue image with serve and workbox packages

Node 11.3 Vue-cli 3.2.1 Serve 10.1.1 Workbox 3.6.3

Based on image provide by https://github.com/mhart/alpine-node

TO RUN docker container run --rm -it --network host -v $(pwd):/app arthurgermano/nodevue /bin/ash

THEN Inside the container you have access to your present work directory just run your commands!

Configuring repository

RUN npm config set registry http://registry.npmjs.org

If you're not using privoxy then you have to execute this lines above to your proxy!

TO BUILD docker build --progress plain --network host --tag nodevue .

Obs: Execute this command where Dockerfile is!

About

DockerFile of nodevue image with serve and workbox packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published