Skip to content

Commit

Permalink
fix(example): remove duplicate FROM
Browse files Browse the repository at this point in the history
  • Loading branch information
geminiyellow committed May 13, 2016
1 parent 8a78b56 commit 0acb7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0acb7f8

Please sign in to comment.