Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alexfaber2011/0f7d35cb830859a4442f2e0933ddacec to your computer and use it in GitHub Desktop.
Save alexfaber2011/0f7d35cb830859a4442f2e0933ddacec to your computer and use it in GitHub Desktop.
FROM node:4.4.2
# Create app directory
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
# Set its environment to development
ENV NODE_ENV development
EXPOSE 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment