Skip to content

Commit 0acb7f8

Browse files
committed
fix(example): remove duplicate FROM
1 parent 8a78b56 commit 0acb7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This hasn't happened yet and so I'm not totally sure exactly which builds get re
3333
The Dockerfile in your project should look something like this for basic usage
3434

3535
```
36-
FROM FROM binarytales/heroku-nodejs:5.6.0
36+
FROM binarytales/heroku-nodejs:5.6.0
3737
3838
ADD package.json /app/user/
3939
RUN /app/heroku/node/bin/npm install

0 commit comments

Comments
 (0)