A simple container with gulp and polybuild, polylint and web-component-tester
546
A simple debian-based container for building and testing Polymer applications with vulanize, crisper, polybuild and gulp. 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, bower install and your build commandse.g. docker run -ti --rm -v /path/to/your/app:/src rehabstudio/frontend-build npm install && bower 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:e94adf0b4…
Size
302.3 MB
Last updated
over 8 years ago
docker pull rehabstudio/polymer-dev