nginx-proxy-manager-zh/test/cypress/Dockerfile

9 lines
195 B
Docker
Raw Normal View History

2023-05-30 21:36:58 -04:00
FROM cypress/included:12.13.0
COPY --chown=1000 ./test /test
WORKDIR /test
2023-01-08 04:01:00 -05:00
RUN yarn install && yarn cache clean
ENTRYPOINT []
2023-05-30 22:46:46 -04:00
CMD ["cypress", "run", "--config-file=/test/cypress/config/ci.js"]