aboutsummaryrefslogtreecommitdiffstats
path: root/packages/verdaccio/README.md
blob: 340cd5512492b2e7dd3077c4ab735574b3ab7ee5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## 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`