Skip to content

挂载持久化卷时,可以提前创建好对应目录,这样可以不依赖docker的自动创建目录的特性,避免权限问题 #257

挂载持久化卷时,可以提前创建好对应目录,这样可以不依赖docker的自动创建目录的特性,避免权限问题

挂载持久化卷时,可以提前创建好对应目录,这样可以不依赖docker的自动创建目录的特性,避免权限问题 #257

Re-run triggered October 24, 2023 03:25
Status Failure
Total duration 18s
Artifacts

docker.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
Build: dochat.sh#L101
[shellcheck] reported by reviewdog 🐶 Remove spaces around = to assign (or use [ ] to compare, or quote '=' if literal). Raw Output: ./dochat.sh:101:37: error: Remove spaces around = to assign (or use [ ] to compare, or quote '=' if literal). (ShellCheck.SC2283)
Build
Process completed with exit code 1.
Build: dochat.sh#L103
[shellcheck] reported by reviewdog 🐶 Word is of the form "A"B"C" (B indicated). Did you mean "ABC" or "A\"B\"C"? Raw Output: ./dochat.sh:103:16: warning: Word is of the form "A"B"C" (B indicated). Did you mean "ABC" or "A\"B\"C"? (ShellCheck.SC2140)
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/