Skip to content

Commit

Permalink
build: 增加Dockerfile。
Browse files Browse the repository at this point in the history
  • Loading branch information
youngledo committed Aug 23, 2024
1 parent 10e8f76 commit 68c26c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM node:13.1.0
LABEL description="A project Dockerfile for build Docsify."
WORKDIR /docs
RUN npm install -g docsify-cli@latest
EXPOSE 3000/tcp
ENTRYPOINT docsify serve .

0 comments on commit 68c26c2

Please sign in to comment.