Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthurgermano/nodevue
DockerFile of nodevue image with serve and workbox packages
https://github.com/arthurgermano/nodevue
Last synced: about 2 months ago
JSON representation
DockerFile of nodevue image with serve and workbox packages
- Host: GitHub
- URL: https://github.com/arthurgermano/nodevue
- Owner: arthurgermano
- Created: 2018-12-07T17:01:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T20:28:06.000Z (almost 4 years ago)
- Last Synced: 2023-09-10T18:12:40.510Z (over 1 year ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodevue
DockerFile of nodevue image with serve and workbox packagesNode 11.3
Vue-cli 3.2.1
Serve 10.1.1
Workbox 3.6.3Based 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/ashTHEN
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.orgIf 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!