initial commit

This commit is contained in:
nnh 2016-06-01 14:24:09 +02:00
commit 9d2861f9ae
2 changed files with 12 additions and 0 deletions

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM node:4
MAINTAINER Nils Haukaas <mail@nilsnh.no>
RUN npm install bower -g

7
readme.md Normal file
View file

@ -0,0 +1,7 @@
For the times when you need a Docker image with:
- node
- npm
- bower
Disclaimer: Not meant for deployment. In such cases it's better to use the [official Node image](https://hub.docker.com/_/node/) instead.