chore: 解压lego之后,设置为可执行

This commit is contained in:
xiaojunnuo
2024-11-02 23:37:25 +08:00
parent 0526734ca1
commit 3563a4cc36
2 changed files with 4 additions and 2 deletions

View File

@@ -16,8 +16,7 @@ RUN apk add --no-cache openssl
RUN apk add --no-cache openjdk8
WORKDIR /app/
COPY --from=builder /workspace/certd-server/ /app/
#RUN cd /app/tools/linux/ && ls -lh && tar -zxvf lego_linux_amd64.tar.gz
RUN chmod +x /app/tools/linux/*
ENV TZ=Asia/Shanghai
ENV NODE_ENV=production