Skip to content

Instantly share code, notes, and snippets.

@HowardOhMyGod
Created June 3, 2018 07:05
Show Gist options
  • Select an option

  • Save HowardOhMyGod/d755024860c1b04e38fd572b724159b2 to your computer and use it in GitHub Desktop.

Select an option

Save HowardOhMyGod/d755024860c1b04e38fd572b724159b2 to your computer and use it in GitHub Desktop.
FROM node:8
WORKDIR /usr/src/app
ADD . /usr/src/app
RUN npm install
CMD ["npm", "test"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment