nginx-proxy-manager/test/cypress/Dockerfile

9 lines
149 B
Docker
Raw Normal View History

2023-01-07 03:48:56 +00:00
FROM cypress/included:9.4.1
COPY --chown=1000 ./test /test
WORKDIR /test
2023-01-08 09:01:00 +00:00
RUN yarn install && yarn cache clean
ENTRYPOINT []
CMD ["cypress", "run"]