~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to Dockerfile.cypress

  • Committer: Dan Garner
  • Date: 2018-04-16 11:22:11 UTC
  • mto: This revision was merged to the branch mainline in revision 640.
  • Revision ID: git-v1:2627a825a173aaf6ca1498ceb470fb3240c7123e
Silent the cypress install

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
COPY cypress.json ./
4
4
COPY cypress/ ./
5
5
 
6
 
RUN npm install --save-dev cypress
 
6
RUN npm install --save-dev --slient cypress
7
7
 
8
8
RUN $(npm bin)/cypress verify
 
 
b'\\ No newline at end of file'