mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-03-12 00:38:14 -04:00
9 lines
151 B
Docker
9 lines
151 B
Docker
FROM cypress/included:12.13.0
|
|
|
|
COPY --chown=1000 ./test /test
|
|
|
|
WORKDIR /test
|
|
RUN yarn install && yarn cache clean
|
|
ENTRYPOINT []
|
|
CMD ["cypress", "run"]
|