nginx-proxy-manager/test/cypress/Dockerfile

9 lines
130 B
Docker
Raw Normal View History

2023-01-06 05:02:40 +00:00
FROM cypress/included:12.3.0
COPY --chown=1000 ./test /test
WORKDIR /test
RUN yarn install
ENTRYPOINT []
CMD ["cypress", "run"]