File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This image is for use with the [ Heroku Docker CLI plugin] ( https://github.com/heroku/heroku-docker ) .
4
4
5
- Public auto builds for this variant can be found at https://hub.docker.com/r/binarytales /heroku-nodejs/
5
+ Public auto builds for this variant can be found at https://hub.docker.com/r/ilivebox /heroku-nodejs/
6
6
7
- The repository for this variant can found at https://github.com/Binarytales/heroku-nodejs
7
+ The repository for this variant can found at https://github.com/ilivebox/heroku-nodejs
8
+
9
+ ## Fork from Binarytales/heroku-nodejs
10
+
11
+ ` heroku/docker-nodejs ` no longer maintenance, and @Binarytalse is on vacation, so let me do that for you.
8
12
9
13
## Changes from heroku/docker-nodejs
10
14
@@ -33,7 +37,7 @@ This hasn't happened yet and so I'm not totally sure exactly which builds get re
33
37
The Dockerfile in your project should look something like this for basic usage
34
38
35
39
```
36
- FROM binarytales /heroku-nodejs:5.6.0
40
+ FROM ilivebox /heroku-nodejs:latest
37
41
38
42
ADD package.json /app/user/
39
43
RUN /app/heroku/node/bin/npm install
You can’t perform that action at this time.
0 commit comments