diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000000000..40b878db5b1c9 --- /dev/null +++ b/.dockerignore @@ -0,0 +1 @@ +node_modules/ \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 4f05c1f98667b..25d8275038c87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM node:0.12-onbuild +FROM node:6.4.0-onbuild ENV INFOSITE http://shields.io EXPOSE 80 diff --git a/INSTALL.md b/INSTALL.md index b30121bead29d..db16a327216ef 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -128,7 +128,7 @@ You can build and run the server locally using Docker. First build an image: ```console $ docker build -t shields ./ Sending build context to Docker daemon 3.923 MB -Step 0 : FROM node:0.12.7-onbuild +Step 0 : FROM node:6.4.0-onbuild … Removing intermediate container c4678889953f Successfully built 4471b442c220 @@ -137,7 +137,7 @@ Successfully built 4471b442c220 Then run the container: ```console -$ docker run --rm -p 8080:80 shields +$ docker run --rm -p 8080:80 -v "$(pwd)/secret.json":/usr/src/app/secret.json --name shields shields > gh-badges@1.1.2 start /usr/src/app > node server.js diff --git a/README.md b/README.md index 1ceba917f8245..58bb31c73bc7c 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ What kind of metadata can you convey using badges? ## Services using the Shields standard * [Badger](https://github.com/badges/badgerbadgerbadger) * [badges2svg](https://github.com/bfontaine/badges2svg) +* [CII Best Practices](https://bestpractices.coreinfrastructure.org/) * [Codacy](https://www.codacy.com) * [Code Climate](https://codeclimate.com/changelog/510d4fde56b102523a0004bf) * [Coveralls](https://coveralls.io/) diff --git a/index.html b/index.html index 7f6711947628e..1fcb620d4a5b7 100644 --- a/index.html +++ b/index.html @@ -407,6 +407,10 @@
CDNJS: | ++ | https://img.shields.io/cdnjs/v/jquery.svg |
+ ||
---|---|---|---|---|
npm: | https://img.shields.io/npm/v/npm.svg |
@@ -576,8 +580,8 @@ https://img.shields.io/twitter/url/http/shields.io.svg?style=social |
||
Twitter Follow: | -- | https://img.shields.io/twitter/follow/shields_io.svg?style=social&label=Follow |
+ + | https://img.shields.io/twitter/follow/espadrine.svg?style=social&label=Follow |