0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
Commit graph

7 commits

Author SHA1 Message Date
Christian Bewernitz
9a4f81c2cb allow to configure port for docker
- also works for docker-compose
- updated docs accordingly
- included .dockerignore to speed up build
2017-06-24 11:21:28 +02:00
Konstantin Baierer
24411f7a68 Dockerfile: Set maintainer, COPY -> ADD 2017-05-07 17:38:53 +02:00
Konstantin Baierer
6fd47b333e Address feedback by @cosaquee and @juanpicado in verdaccio/verdaccio#110 2017-05-03 00:06:06 +02:00
Jeff Mixon
5b8fe3aeb5 Better Docker
Improves the Docker experience by leveraging Data volumes, dropping root permissions, using a more lightweight and secure base image (node:alpine), and moving unwieldy run arguments into a docker-compose file. The net result is you can now issue a single command `docker-compose up --build` to have a fully-functional verdaccio instance running.
2017-05-02 23:18:48 +02:00
Denis Babineau
3729c13a91 run as root in docker container to avoid issues with volume permissions 2016-10-11 18:18:38 -05:00
Denis Babineau
eec65929da change process name in Dockerfile 2016-10-11 18:18:38 -05:00
Manuel de Brito Fontes
cca5196752 Add Dockerfile to build docker image 2016-05-09 14:59:34 -03:00