We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5015970 commit 2d4fca4Copy full SHA for 2d4fca4
docs/deploy.md
@@ -147,7 +147,6 @@ frontend:
147
You need prepare the initial files (generated by run `docsify init ./docs`) instead of making in container.
148
149
```sh
150
- .nojekyll
151
index.html
152
README.md
153
```
@@ -156,7 +155,6 @@ frontend:
156
155
157
```Dockerfile
158
FROM node:latest
159
- MAINTAINER Koooooo-7(https://github.com/Koooooo-7)
160
LABEL description="A demo Dockerfile for build Docsify."
161
WORKDIR /docs
162
RUN npm install -g docsify-cli@latest
@@ -168,7 +166,6 @@ frontend:
168
166
So, current directory structure should be this:
169
167
170
171
172
173
174
Dockerfile
0 commit comments