~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to Dockerfile

  • Committer: Dan Garner
  • Date: 2018-04-16 10:25:30 UTC
  • mto: This revision was merged to the branch mainline in revision 640.
  • Revision ID: git-v1:1477db7b61f3fd9863def1e1d68d1ee09b20f9c7
CI for cypress

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
# the next state
24
24
RUN rm /app/composer.* && \
25
25
    rm -r /app/docker && \
26
 
    rm .dockerignore
 
26
    rm .dockerignore && \
 
27
    rm package.json && \
 
28
    rm package-lock.json && \
 
29
    rm cypress.json && \
 
30
    rm -r /app/cypress
27
31
 
28
32
WORKDIR /app/vendor
29
33
RUN find -type d -name '.git' -exec rm -r {} + && \