Loading cypress/Dockerfile +3 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,9 @@ RUN node -p process.versions # Show where Node loads required modules from RUN node -p 'module.paths' RUN useradd -m build USER build # versions of local tools RUN echo " node version: $(node -v) \n" \ "npm version: $(npm -v) \n" \ Loading Loading
cypress/Dockerfile +3 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,9 @@ RUN node -p process.versions # Show where Node loads required modules from RUN node -p 'module.paths' RUN useradd -m build USER build # versions of local tools RUN echo " node version: $(node -v) \n" \ "npm version: $(npm -v) \n" \ Loading