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

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

View File

@@ -1 +1,2 @@
./tools/**/* filter=lfs diff=lfs merge=lfs -text
tools/** filter=lfs diff=lfs merge=lfs -text

View File

@@ -19,3 +19,6 @@ run/
.clinic
.env.pgpl.yaml
tools/windows/*
!tools/windows/*.zip

Binary file not shown.