Based off progrium/buildstep, this allows you to build code shared into the container and see the built artifacts on your local machine.
Running the follow command will share your application into a new container, and build it using buildpacks. Because the directories are shared, any artifacts created in the container's /app directory will also be in your local machine's /my/application directory.
docker run -v /my/application:/app:rw charliec3/buildstep
Content type
Image
Digest
sha256:400282dd1…
Size
344.3 MB
Last updated
almost 11 years ago
docker pull charliec3/buildstep