- Makes a build which runs on top of Nodes's Alpine image.
- Relatively small size of final container.
- Uses base image and intermediate image to reduce the build time as much of the build time is spent downloading meteor.
- Optionally rebuild the base and/or build images to start a fresh build.
- Change the
SRC_PATHto build a specific local folder or set it to./wekanand build from a git clone of the latest commit of the wekan/wekan project. - Optionally use different parameters
NODE_VERSION,METEOR_RELEASE,NPM_VERSION,ARCHITECTURE,SRC_PATHby altering the.envfile. - Optionally remove the base and build images saving disk space.
bash up.sh
TODO
- Better readme info
- Automated builds to the dockerhub - using an alternative script to up.sh