mirror of https://github.com/docsifyjs/docsify.git
test:docker locally.
parent
cefe3f87e6
commit
1a836c9479
@ -0,0 +1,9 @@
|
||||
FROM mcr.microsoft.com/playwright:focal
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN rm package-lock.json
|
||||
RUN npm install
|
||||
RUN npx playwright install
|
||||
RUN npm run build
|
||||
ENTRYPOINT ["npm", "run"]
|
||||
CMD ["test"]
|
Loading…
Reference in New Issue