enricocolasante / docker-frontend

Docker image with frontend tooling - nodejs, python, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Docker image with frontend tooling - nodejs, python, etc.

License:MIT License


Languages

Language:Dockerfile 92.1%Language:Makefile 7.9%