Fixing no newline error

This commit is contained in:
Grant Means 2015-02-10 12:23:55 -05:00
parent d3d302f51d
commit 5b1830fecf
1 changed files with 1 additions and 1 deletions

View File

@ -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" ]