Base docker image to create Heroku-style application builds using buildpacks.
467
Base docker image to create Heroku-style application builds using buildpacks.
Create a Dockerfile in your application code folder.
FROM kontena/buildstep
EXPOSE 80
CMD ["/start", "web"]
Modify the EXPOSE and CMD directives with the port to be exposed and the process
type defined in the Procfile used to launch your application respectively.
Check https://github.com/progrium/buildstep#supported-buildpacks for a list of buildpacks supported.
Content type
Image
Digest
sha256:02e5ab9c6…
Size
466.4 MB
Last updated
over 8 years ago
docker pull kontena/buildstep