mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-08 20:48:15 -05:00
9 lines
129 B
Docker
9 lines
129 B
Docker
![]() |
FROM cypress/included:3.8.3
|
||
|
|
||
|
COPY --chown=1000 ./test /test
|
||
|
|
||
|
WORKDIR /test
|
||
|
RUN yarn install
|
||
|
ENTRYPOINT []
|
||
|
CMD ["cypress", "run"]
|