This container provides a build environment for scriptr projects These include
- ant
- nodejs
- npm
- grunt
- python3
- git
- s3cmd
#Usage
- Create a build script for the project
- Add the build script to resouces
- Build a new image based on docker-env-project-builds with a Dockerfile similar to the following FROM scriptrdotio/scriptr-project-building-env
WORKDIR /usr/src/app COPY build.sh /usr/src/app