fix cypress dockerfile
This commit is contained in:
parent
0418264070
commit
ad848a6478
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ FROM cypress/included:9.4.1
|
|||
COPY --chown=1000 ./test /test
|
||||
|
||||
WORKDIR /test
|
||||
RUN yarn install && yarn clean
|
||||
RUN yarn install && yarn cache clean
|
||||
ENTRYPOINT []
|
||||
CMD ["cypress", "run"]
|
||||
|
|
Loading…
Reference in a new issue