Skip to content

Adapt for buildpacks

David Caro requested to merge adapt_to_buildpacks into master

This works with:

pack build --builder=tools-harbor.wmcloud.org/toolforge/heroku-builder-classic:22 openstack-browser
...
docker run --rm --publish 8000:8000 opestack-browser
...
curl http://127.0.0.1:8000/

The uwsgi.ini can be replaced by cli params inside the Procfile, but the Procfile is needed for now (otherwise it requires you to pass a command to run as it has no default).

Signed-off-by: David Caro dcaro@wikimedia.org

Merge request reports