From 0acb7f89f54234fc3c65f0e264ccb39b9b749ba4 Mon Sep 17 00:00:00 2001 From: geminiyellow Date: Fri, 13 May 2016 12:08:36 +0900 Subject: [PATCH] fix(example): remove duplicate `FROM` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e94bf3..f66a5c0 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This hasn't happened yet and so I'm not totally sure exactly which builds get re The Dockerfile in your project should look something like this for basic usage ``` -FROM FROM binarytales/heroku-nodejs:5.6.0 +FROM binarytales/heroku-nodejs:5.6.0 ADD package.json /app/user/ RUN /app/heroku/node/bin/npm install