We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a284b3 + bad8b9c commit 8c7ab38Copy full SHA for 8c7ab38
Dockerfile
@@ -2,7 +2,7 @@
2
FROM heroku/cedar:14
3
4
# Set Node Version
5
-ENV NODE_ENGINE 4.4.3
+ENV NODE_ENGINE 4.4.4
6
7
# Set the PATH for Node (inc npm) and any installed runnables
8
ENV PATH /app/heroku/node/bin/:/app/user/node_modules/.bin:$PATH
README.md
@@ -33,7 +33,7 @@ This hasn't happened yet and so I'm not totally sure exactly which builds get re
33
The Dockerfile in your project should look something like this for basic usage
34
35
```
36
-FROM FROM binarytales/heroku-nodejs:5.6.0
+FROM binarytales/heroku-nodejs:5.6.0
37
38
ADD package.json /app/user/
39
RUN /app/heroku/node/bin/npm install
0 commit comments