[](https://microbadger.com/images/p711/docker-nginx-node
This image is based on the official nginx image and includes the features of that image. The purpose of this image is to function as a build environment for static frontend applications, in this particular case for use in Gitlab CI.
At the time of writing, this Dockerfile results in an image that also contains:
- Docker client
- NodeJS 4.x (installed via NodeSource's APT repository)
- npm 3.8.9
The latest tag on Docker Hub should always be reasonably in sync with the tip of master within this repository via automated builds.