添加输出,尝试debug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
李东云
2022-05-10 21:23:34 +08:00
parent 304c71b8e6
commit 31b2363e90

View File

@@ -5,6 +5,8 @@ LABEL version="7.4" \
description="php-fpm7.4 alpine" \
maintainer="ch4o5<li_dongyun@outlook.com>"
WORKDIR /srv
# 系统设置(设置时区)
RUN rm -rf /etc/localtime \
&& ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
@@ -35,5 +37,6 @@ ENV XDG_DATA_HOME /data
EXPOSE 80
# 入口
COPY caddy/startup .
ADD caddy/startup .
RUN chmod +x ./startup && pwd && ls -la
ENTRYPOINT ./startup