tree: e43af8031fa3b80dc21c4bcc1d50b547e3acc36a [path history] [tgz]
  1. build.sh
  2. Dockerfile
  3. README.md
cypress-docker/base/10/README.md

cypress/base:10

Example

Sample Dockerfile

FROM cypress/base:10
RUN npm install --save-dev cypress
RUN $(npm bin)/cypress verify
RUN $(npm bin)/cypress run