Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 399 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 399 Bytes

Build Mono runtime for use with the Heroku .NET buildpack.

To build:

$ docker build -t my-user/mono-builder cedar-14/.

To build and upload new Mono version:

$ docker run -v ${PWD}/cache:/var/cache -v ${PWD}/out:/var/out -e VERSION=4.4.2.11 -e STACK=cedar-14 my-user/mono-builder