From b00bb4762f3b046c0210244d524b8fc7b7b5d197 Mon Sep 17 00:00:00 2001 From: Hunter Loftis Date: Fri, 14 Aug 2015 16:45:14 -0400 Subject: [PATCH] add "image" key for heroku-docker --- .gitignore | 2 ++ app.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 37d7e73..0c3802f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ node_modules .env +Dockerfile +docker-compose.yml diff --git a/app.json b/app.json index 8810ba2..586c5f7 100644 --- a/app.json +++ b/app.json @@ -3,5 +3,6 @@ "description": "A barebones Node.js app using Express 4", "repository": "https://github.com/heroku/node-js-getting-started", "logo": "http://node-js-sample.herokuapp.com/node.svg", - "keywords": ["node", "express", "static"] + "keywords": ["node", "express", "static"], + "image": "heroku/node" }