Sign inSign up

rehabstudio/frontend-build

By rehabstudio

Updated over 9 years ago

Image
1

804

rehabstudio/frontend-build repository overview

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:

  • Mount the root of your FE application (where your package.json lives) as volume /src when running the container
  • Run the container with npm install and your build commands

e.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.

Tag summary

Content type

Image

Digest

sha256:395d332dd

Size

294.4 MB

Last updated

over 9 years ago

docker pull rehabstudio/frontend-build