Created
July 23, 2024 07:29
-
-
Save badgeek/b21678b2bc09349a79bf3011759b1b35 to your computer and use it in GitHub Desktop.
Revisions
-
badgeek created this gist
Jul 23, 2024 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ FROM cypress/base COPY . /opt/app WORKDIR /opt/app RUN npx cypress install # Install Cypress binary into image COPY . . ENTRYPOINT ["npx", "cypress", "run"]