@@ -1,4 +1,5 @@
FROM node:latest
+COPY docs/ /docs/
WORKDIR /docs
RUN npm install -g docsify-cli@latest
ENTRYPOINT docsify serve .