Adapt for buildpacks
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