0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-11 02:15:57 -05:00

add heroku docs

This commit is contained in:
Juan Picado 2022-01-30 21:36:51 +01:00
parent e0d639a1a6
commit 459af1cd39

View file

@ -112,3 +112,9 @@ docker run -it --rm --name verdaccio -p 4873:4873 verdaccio/verdaccio
`Verdaccio` is also available as a 1-click install on [Cloudron](https://cloudron.io)
[![Install](https://cloudron.io/img/button.svg)](https://cloudron.io/button.html?app=org.eggertsson.verdaccio)
## Heroku with Docker
For easy deployment you could use [Heroku](https://www.heroku.com/home), the _free_ dino tier allows you to test their platform using a Docker container, check this example.
[https://github.com/juanpicado/verdaccio-heroku-example](https://github.com/juanpicado/verdaccio-heroku-example)