Last active
July 26, 2017 10:27
-
-
Save zoutepopcorn/6c0333eb5f730e909f57a077f8ba5a83 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM davidsblog/node-mongo:latest | |
RUN apt-get update | |
RUN apt-get install git | |
RUN git clone git://github.com/zoutepopcorn/node-login.git node-login | |
RUN cd node-login | |
RUN npm install | |
RUN npm install n -g | |
RUN n stable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment