0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-03 23:09:17 -05:00
verdaccio/docker-examples/v5/plugins/docker-extend/README.md

15 lines
272 B
Markdown
Raw Normal View History

# Extending Verdaccio 5 using Yarn 2
Extending Verdaccio 5 with `verdaccio-aws-s3-storage` plugin.
```bash
docker build -t verdaccio/verdaccio:local-s3 . --no-cache
```
```bash
docker-compose up
```
> It's intended to fail since the S3 connection won't be stablished