mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-19 01:20:08 +08:00
Merge pull request #191 from acooler15/patch-1
disables the warning about running commands as root/super use
This commit is contained in:
commit
5b9033f519
@ -21,7 +21,8 @@ ENV USER_NAME='' \
|
||||
Font_color_suffix="\\033[0m" \
|
||||
Info="${Green}[信息]${Font}" \
|
||||
OK="${Green}[OK]${Font}" \
|
||||
Error="${Red}[错误]${Font}"
|
||||
Error="${Red}[错误]${Font}" \
|
||||
COMPOSER_ALLOW_SUPERUSER=1
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user