perf: lego 升级到 4.19.2

This commit is contained in:
xiaojunnuo
2024-10-30 16:12:08 +08:00
parent 6113c388b7
commit 129bf53edc
8 changed files with 34 additions and 1 deletions
+2
View File
@@ -16,7 +16,9 @@ RUN apk add --no-cache openssl
RUN #apk add --no-cache openjdk11-jdk
WORKDIR /app/
COPY --from=builder /workspace/certd-server/ /app/
RUN cd /app/tools/linux/ && tar -zxvf *.tar.gz
RUN chmod +x /app/tools/linux/*
ENV TZ=Asia/Shanghai
ENV NODE_ENV=production
ENV MIDWAY_SERVER_ENV=production