Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
ci: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed May 28, 2024
1 parent fd15635 commit 0255d2a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM node:18-alpine

WORKDIR /app

COPY . .

RUN npm i docsify-cli -g

CMD ["docsify", "serve", "."]

0 comments on commit 0255d2a

Please sign in to comment.