Skip to content

Commit fd494bd

Browse files
committed
update docker test script
1 parent b17826f commit fd494bd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ COPY . .
44
RUN rm package-lock.json
55
RUN npm install
66
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-
127
RUN npm run build
138
ENTRYPOINT ["npm", "run"]
149
CMD ["test"]

0 commit comments

Comments
 (0)