The Simplest Meteor Base Image Possible.
2.0K
The most simple Dockerfile available for deployments of Meteor. Note: Simple !== Small.
These dockerfiles are designed to act as the base image for a deployment which starts with a meteor project directory and results in a Docker image. The meteor build steps will happen inside the image build process (specifically, in your Dockerfile that builds on-top-of this one).
1.6 (latest)1.5FROM mikehock/meteor:1.6
That's it. The base image takes care of everything else. Specifically, it will run meteor build and expose the app on port 80. Right now, none of the build process is configurable.
.git
.meteor/local
node_modules
This results in a large image. The base image is ~1gb alone. Its a WIP.
Content type
Image
Digest
Size
356.7 MB
Last updated
over 8 years ago
docker pull mikehock/meteor