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

cypress/base:6

Example

Sample Dockerfile

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