FROM node:latest
COPY docs/ /docs/
WORKDIR /docs
RUN npm install -g docsify-cli@latest
ENTRYPOINT docsify serve .