Files
order_site/deploy/docker/dev-caddy.Dockerfile
T
2026-04-08 22:21:11 +08:00

8 lines
163 B
Docker

FROM caddy:2-alpine
ENV TZ=Asia/Shanghai
RUN apk add --no-cache tzdata \
&& ln -snf /usr/share/zoneinfo/${TZ} /etc/localtime \
&& echo ${TZ} > /etc/timezone