open-semantic-search/Dockerfile-test

7 lines
113 B
Plaintext

FROM mcr.microsoft.com/playwright:focal
RUN npm install jest --global
RUN npm install playwright
COPY ./test /