nginx-proxy-manager/test/cypress/Dockerfile

9 lines
129 B
Docker
Raw Normal View History

FROM cypress/included:9.4.1
COPY --chown=1000 ./test /test
WORKDIR /test
RUN yarn install
ENTRYPOINT []
CMD ["cypress", "run"]