This commit is contained in:
xiaojunnuo
2024-11-01 02:59:36 +08:00
parent 01f61d3c73
commit 8c7f976ef5
2 changed files with 8 additions and 2 deletions
+1 -1
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/ && ls -lh && 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