We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17826f commit fd494bdCopy full SHA for fd494bd
Dockerfile
@@ -4,11 +4,6 @@ COPY . .
4
RUN rm package-lock.json
5
RUN npm install
6
RUN npx playwright install
7
-
8
-RUN npm install jsdom --no-save
9
-RUN rm -rf node_modules/jest-environment-jsdom/node_modules/jsdom/
10
-RUN mv node_modules/jsdom node_modules/jest-environment-jsdom/node_modules/jsdom
11
12
RUN npm run build
13
ENTRYPOINT ["npm", "run"]
14
CMD ["test"]
0 commit comments