Skip to content

Instantly share code, notes, and snippets.

@zoutepopcorn
Last active July 26, 2017 10:27
Show Gist options
  • Save zoutepopcorn/6c0333eb5f730e909f57a077f8ba5a83 to your computer and use it in GitHub Desktop.
Save zoutepopcorn/6c0333eb5f730e909f57a077f8ba5a83 to your computer and use it in GitHub Desktop.
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