diff --git a/.dockerignore b/.dockerignore index 3e4be46..9b9ec36 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,4 @@ node_modules .gitignore +.npmrc .DS_Store diff --git a/README.md b/README.md index 029c36a..61e547b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This module steps through the basic process for creating a Docker container based on NodeJs. +Based on the Docket tutorial from PluralSight + * [build](#build) * [run](#run) * [push](#push) diff --git a/package.json b/package.json index 1b2bdd5..2938b9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-node-dock", - "version": "0.1.1", + "version": "0.2.0", "description": "basic node module for testing with Docker", "main": "app.js", "scripts": {