Skip to content

Instantly share code, notes, and snippets.

@joerter
Last active January 24, 2016 03:42
Show Gist options
  • Save joerter/f7b00ae442a62b2f9952 to your computer and use it in GitHub Desktop.
Save joerter/f7b00ae442a62b2f9952 to your computer and use it in GitHub Desktop.
FROM node:5.5.0
EXPOSE 3000
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY . /usr/src/app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment