Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

0x Verdaccio

This package contains a Dockerfile and conf.yaml file for configuring our own Docker image for Verdaccio.

See https://verdaccio.org/docs/en/configuration for more information.

Build

In the root directory for this package, run:

sudo docker build . -t 0x-verdaccio

Run

To start Verdaccio run:

sudo docker run --rm -i -p 4873:4873 0x-verdaccio