Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
upd README
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 6, 2016
1 parent c23fb6b commit 4726d60
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
Node.js Builder Docker image
============================

[![GitHub release](https://img.shields.io/github/release/instrumentisto/node-builder-docker-image.svg)](https://hub.docker.com/r/instrumentisto/node-builder/tags)
[![Build Status](https://travis-ci.org/instrumentisto/node-builder-docker-image.svg?branch=master)](https://travis-ci.org/instrumentisto/node-builder-docker-image)
[![Docker Pulls](https://img.shields.io/docker/pulls/instrumentisto/node-builder.svg)](https://hub.docker.com/r/instrumentisto/node-builder)
[![GitHub link](https://img.shields.io/badge/github-link-blue.svg)](https://github.com/instrumentisto/node-builder-docker-image)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/instrumentisto/node-builder-docker-image/blob/master/LICENSE.md)

Docker image with [Node.js](https://nodejs.org) and some other tools (Git, Java)
for building projects.



## Overview

This image is intended to be used in project build scenarios, such as:
running [npm](https://www.npmjs.com), [Bower](https://www.npmjs.com),
[Gulp](http://gulpjs.com), [Grunt](http://gruntjs.com),
[webpack](https://webpack.github.io), etc.

It contains:
- `git` to pull remote Git repos for Bower and npm.
- `java` for [Google Closure-Compiler][1] to run.




[1]: https://www.npmjs.com/package/google-closure-compiler

0 comments on commit 4726d60

Please sign in to comment.