Created
May 25, 2021 10:41
-
-
Save 0xIslamTaha/af248c7730ba2ebc8536f47cd2686184 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/browsers:node14.16.0-chrome89-ff86 | |
WORKDIR /orechestrator_usecase | |
COPY package.json package-lock.json cypress.json ./ | |
RUN npm ci && npx cypress verify |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment