mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
fix cypress dockerfile
This commit is contained in:
parent
0418264070
commit
ad848a6478
@ -3,6 +3,6 @@ FROM cypress/included:9.4.1
|
|||||||
COPY --chown=1000 ./test /test
|
COPY --chown=1000 ./test /test
|
||||||
|
|
||||||
WORKDIR /test
|
WORKDIR /test
|
||||||
RUN yarn install && yarn clean
|
RUN yarn install && yarn cache clean
|
||||||
ENTRYPOINT []
|
ENTRYPOINT []
|
||||||
CMD ["cypress", "run"]
|
CMD ["cypress", "run"]
|
||||||
|
Loading…
Reference in New Issue
Block a user