Commit e802a9a9 authored by Heimo Stranner's avatar Heimo Stranner
Browse files

set user for cypress as well

parent e93422c7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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" \