Skip to content

Latest commit

 

History

History
 
 

centos7

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

cypress/base:centos7

This image was built to resolve issue #18

Example

Sample Dockerfile

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