feat(7.4-caddy): 添加了更多的基础配置
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
李东云
2022-05-10 22:03:03 +08:00
parent 43a645d90d
commit 42fe996c65

View File

@@ -7,6 +7,12 @@ LABEL version="7.4" \
WORKDIR /srv
# 系统基础配置
USER root
ENV LC_ALL C.UTF-8
ENV LANG C.UTF-8
# 添加 Composer
COPY --from=composer /usr/bin/composer /usr/bin/composer