fix cypress dockerfile

This commit is contained in:
Jamie Curnow 2023-01-08 19:01:00 +10:00
parent 0418264070
commit ad848a6478

View File

@ -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"]