A simple debian-based container for building and testing FE applications with grunt and/or gulp and phantomjs. Please note this container operates as root and as such currently requires your build script to fix permissions after build.
Usage:
package.json lives) as
volume /src when running the containernpm install and your build commandse.g. docker run -ti --rm -v /path/to/your/app:/src rehabstudio/frontend-build npm install && gulp build
N.B. It will be much easier to group your build actions, along with permission fixes, in a Makefile as opposed to running multiple chained commands like the example above.
Content type
Image
Digest
sha256:395d332dd…
Size
294.4 MB
Last updated
over 9 years ago
docker pull rehabstudio/frontend-build