Skip to content

Commit

Permalink
update docker test script
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Jan 10, 2022
1 parent b17826f commit fd494bd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ COPY . .
RUN rm package-lock.json
RUN npm install
RUN npx playwright install

RUN npm install jsdom --no-save
RUN rm -rf node_modules/jest-environment-jsdom/node_modules/jsdom/
RUN mv node_modules/jsdom node_modules/jest-environment-jsdom/node_modules/jsdom

RUN npm run build
ENTRYPOINT ["npm", "run"]
CMD ["test"]

0 comments on commit fd494bd

Please sign in to comment.