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

cypress/base:4

Example

Sample Dockerfile

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