NodeJS 5.0.x variant of shanesveller/docker-phoenix-framework.
10K+
This image is based on shanesveller/elixir-lang and includes the features of that image.
At the time of writing, this Dockerfile results in an image that also contains:
It also includes the following ONBUILD steps for convenience of use as a base image itself:
/usr/src/apppackage.json and brunch-config.js and installs npm dependenciesMIX_ENV to prodAll of the above occur before any custom instructions in a child Dockerfile that uses FROM to inherit from this one.
Want to check the current versions included in the latest image in light of future rebuilds?
docker run -it --rm shanesveller/elixir-lang apt-cache policy nodejsMIX_ENV is set to prod globally for all commands run in the Docker container, unless overridden on a per-command basis or a later ENV Dockerfile instructionONBUILD instructions in the base image's Dockerfile, as these are executed dynamically while building your app, prior to ANY of the instructions in your own Dockerfile.Not happy with the Dockerfile steps? Having compatibility problems? Try one of these alternatives:
Content type
Image
Digest
sha256:baeb7128d…
Size
131.2 MB
Last updated
almost 11 years ago
docker pull ka2n/phoenix-framework