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