Skip to content

Instantly share code, notes, and snippets.

@ricca509
Last active August 31, 2016 21:17
Show Gist options
  • Save ricca509/daf6178fd1e031d7dd38926125791c7c to your computer and use it in GitHub Desktop.
Save ricca509/daf6178fd1e031d7dd38926125791c7c to your computer and use it in GitHub Desktop.
Containerize Selenium tests
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