Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.25 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.25 KB

docker-frontend Docker hub image

Build Status Docker Stars Docker Automated build Docker Pulls

Overview

This lightweight alpine docker image provides front end tooling:

  • python 2.7
  • node 10.4.1
  • libpng

Build

For doing a manual local build of the image:
make docker_build

This image is fully automated via travisci.org.
For reference this .travis.yml file can be validated via:
docker run --rm -it -v $(pwd):/project caktux/travis-cli lint ./travis.yml