issues
search
cloudfoundry-community
/
.net-buildpack
Cloud Foundry buildpack for running .NET applications
Apache License 2.0
22
stars
26
forks
source link
Add Procfile container
#25
Closed
mrdavidlaing
closed
11 years ago
mrdavidlaing
commented
11 years ago
This includes:
Refactoring common component code out into base_component.rb
Installing the mozroots to
app/.config
at staging time (rather than runtime)
Removal of the
setup_mono.sh
that had to be run at startup time
The addition of the Procfile container, which enables multiple startup commands to be specified in a
Procfile
ala
ddollar/foreman
This includes:
app/.config
at staging time (rather than runtime)setup_mono.sh
that had to be run at startup timeProcfile
ala ddollar/foreman