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
|
||||
|
||||
WORKDIR /test
|
||||
RUN yarn install && yarn clean
|
||||
RUN yarn install && yarn cache clean
|
||||
ENTRYPOINT []
|
||||
CMD ["cypress", "run"]
|
||||
|
Loading…
Reference in New Issue
Block a user