Skip to content

Instantly share code, notes, and snippets.

@cuongld2
Created September 21, 2020 05:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cuongld2/5aa6e629d635085fdce2e0fbb71d74c2 to your computer and use it in GitHub Desktop.
Save cuongld2/5aa6e629d635085fdce2e0fbb71d74c2 to your computer and use it in GitHub Desktop.
For cypress test example
FROM cypress/included:3.4.0
LABEL maintainer="Le Dinh Cuong <ledinhcuong99@gmail.com>"
WORKDIR /app
COPY cypress.json .
COPY package.json .
COPY package-lock.json .
RUN mkdir cypress
COPY cypress ./cypress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment