This commit is contained in:
xiaojunnuo
2024-11-01 02:40:33 +08:00
parent 17ecf05215
commit bb397fb8d0

View File

@@ -16,7 +16,7 @@ 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 lego_linux_amd64.tar.gz
RUN cd /app/tools/linux/ && ls -lh && tar -zxvf lego_linux_amd64.tar.gz
RUN chmod +x /app/tools/linux/*
ENV TZ=Asia/Shanghai