Created
July 23, 2024 07:29
-
-
Save badgeek/b21678b2bc09349a79bf3011759b1b35 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM cypress/base | |
| COPY . /opt/app | |
| WORKDIR /opt/app | |
| RUN npx cypress install # Install Cypress binary into image | |
| COPY . . | |
| ENTRYPOINT ["npx", "cypress", "run"] |
Author
badgeek
commented
Jul 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment