This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |