nginx-proxy-manager/test/cypress/Dockerfile

9 lines
149 B
Docker
Raw Normal View History

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