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 3a3f8d6 commit a7db998Copy full SHA for a7db998
docs/.vuepress/config.ts
@@ -72,7 +72,7 @@ export default defineUserConfig({
72
shiki: {
73
languages: ['shell', 'yaml', 'py']
74
},
75
- watermark: true,
+ // watermark: true,
76
markdownPower: {
77
abbr: true,
78
annotation: true,
docs/guide/deploy/Docker.md
@@ -24,7 +24,7 @@ title: Docker 部署
24
2. 运行以下命令构建容器
25
26
```shell
27
- docker build -f backend/backend.dockerfile -t fba_backend_independent .
+ docker build -f backend/Dockerfile -t fba_backend_independent .
28
```
29
30
3. 启动容器
0 commit comments