Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 482 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 482 Bytes

Dockerized Verdaccio

Prerequisites

  • Docker

How it works

docker-compose up

Now you will be able to access the web interface http://localhost:4873

# Add a new user with the follow command
npm adduser --registry http://localhost:4873

# Add the current package to the registry
npm publish --registry http://localhost:4873