nginx-proxy-manager/test/cypress/Dockerfile

9 lines
151 B
Docker
Raw Normal View History

2023-05-31 01:36:58 +00:00
FROM cypress/included:12.13.0
COPY --chown=1000 ./test /test
WORKDIR /test
2023-01-08 09:01:00 +00:00
RUN yarn install && yarn cache clean
ENTRYPOINT []
2023-05-31 03:00:16 +00:00
CMD ["cypress", "run"]