cypress-docker-images icon indicating copy to clipboard operation
cypress-docker-images copied to clipboard

Examples as non root user do not work

Open claytonneal opened this issue 4 years ago • 1 comments

The examples for non root users do not work My setup:

FROM cypress/included:6.2.1 RUN mv /root/.cache /home/node/.cache USER node WORKDIR /home/node

then execute this with docker run -u node ... then execute "cypress verify" and it fails

node@8ff35d3f523c:~$ cypress verify The cypress npm package is installed, but the Cypress binary is missing.

claytonneal avatar Feb 05 '21 13:02 claytonneal

@claytonneal any updates about your issue?

AvihuHenya avatar Dec 05 '21 11:12 AvihuHenya