Created
June 3, 2018 07:05
-
-
Save HowardOhMyGod/d755024860c1b04e38fd572b724159b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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