Skip to content

Instantly share code, notes, and snippets.

@0xIslamTaha
Created May 25, 2021 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xIslamTaha/af248c7730ba2ebc8536f47cd2686184 to your computer and use it in GitHub Desktop.
Save 0xIslamTaha/af248c7730ba2ebc8536f47cd2686184 to your computer and use it in GitHub Desktop.
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