Last active
August 31, 2016 21:17
-
-
Save ricca509/daf6178fd1e031d7dd38926125791c7c to your computer and use it in GitHub Desktop.
Containerize Selenium tests
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:6 | |
ADD . /app | |
WORKDIR /app | |
RUN npm i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment