Merge pull request #191 from acooler15/patch-1

disables the warning about running commands as root/super use
This commit is contained in:
lkeme 2022-10-12 20:06:58 +08:00 committed by GitHub
commit 5b9033f519

View File

@ -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