Loading cypress/Dockerfile +2 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,8 @@ RUN node -p 'module.paths' RUN useradd -m build USER build RUN git config --global --add safe.directory '*' # versions of local tools RUN echo " node version: $(node -v) \n" \ "npm version: $(npm -v) \n" \ Loading Loading
cypress/Dockerfile +2 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,8 @@ RUN node -p 'module.paths' RUN useradd -m build USER build RUN git config --global --add safe.directory '*' # versions of local tools RUN echo " node version: $(node -v) \n" \ "npm version: $(npm -v) \n" \ Loading