feat(composer): 增加 root 用户操作权限

This commit is contained in:
李东云
2023-10-16 18:01:36 +08:00
parent ea2a529734
commit 4a1688c829
4 changed files with 8 additions and 4 deletions

View File

@@ -11,7 +11,8 @@ LABEL maintainer="李东云 <dongyun.li@luxcreo.ai>" version="1.0" license="MIT"
##
# --build-arg timezone=Asia/Shanghai
ENV TIMEZONE=Asia/Shanghai \
SCAN_CACHEABLE=(true)
SCAN_CACHEABLE=(true) \
COMPOSER_ALLOW_SUPERUSER=1
# update
RUN set -ex \