disables the warning about running commands as root/super use

This commit is contained in:
acooler15 2022-10-12 17:01:31 +08:00 committed by GitHub
parent 5bb1b202c3
commit a6ca2177c0

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