Skip to content

Instantly share code, notes, and snippets.

@Buffer0x7cd
Created April 14, 2018 09:00
Show Gist options
  • Save Buffer0x7cd/f73d1cfd09dcfb3c6070c12e86275b1c to your computer and use it in GitHub Desktop.
Save Buffer0x7cd/f73d1cfd09dcfb3c6070c12e86275b1c to your computer and use it in GitHub Desktop.
FROM node:9.3.0-onbuild
COPY ./ /usr/src/app
RUN npm install
EXPOSE 3000
ENTRYPOINT ["npm"]
CMD ["run", "start"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment