0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-16 21:56:43 -05:00

Update README.md

This commit is contained in:
Rune Skjoldborg Madsen 2015-08-13 12:47:33 -04:00
parent b0580ee6c3
commit c13dfcfa62

View file

@ -246,6 +246,10 @@ my server and start it using `sudo service imageproxy start`. You will
certainly want to modify that upstart script to suit your desired
configuration.
## Deploying to Heroku ##
It's easy to vendorize the dependencies with `Godep` and deploy to Heroku. Take a look at [this GitHub repo](https://github.com/oreillymedia/prototype-imageproxy)
## Docker ##
A docker image is available at [`willnorris/imageproxy`](https://registry.hub.docker.com/u/willnorris/imageproxy/dockerfile/).