补充遗漏提交
All checks were successful
BuildImage / build-image (push) Successful in 1m16s

This commit is contained in:
李寻欢 2025-02-20 23:18:00 +08:00
parent 1136903942
commit f556305be2

View File

@ -9,6 +9,12 @@ LABEL org.opencontainers.image.authors="lxh@cxh.cn"
# 预定义参数
ENV TZ="Asia/Shanghai"
ENV PORT=9000
ENV MODE=release
ENV REDIS_HOST="127.0.0.1"
ENV REDIS_PORT=6379
ENV REDIS_PASSWORD=""
ENV REDIS_DB=0
# 设置工作目录
WORKDIR /app