nginx-proxy-manager/test/cypress/Dockerfile

9 lines
130 B
Docker
Raw Normal View History

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