60292725e0
👷 Docker 支持数据持久化、Root 权限 (#73)
5 lines
112 B
Plaintext
Executable File
5 lines
112 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
if [[ $RUN_AS_ROOT != true ]]; then
|
|
chown -R pagermaid:pagermaid /pagermaid
|
|
fi |