Fixing no newline error
This commit is contained in:
parent
d3d302f51d
commit
5b1830fecf
|
@ -21,4 +21,4 @@ RUN curl -SLO "http://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x
|
|||
# note: we have to install npm 1.4.28 first because we can't go straight from 1.2 -> 2.0
|
||||
# see also https://github.com/docker-library/node/issues/15#issuecomment-57879931
|
||||
|
||||
CMD [ "node" ]
|
||||
CMD [ "node" ]
|
||||
|
|
Loading…
Reference in New Issue