mirror of https://github.com/certd/certd
chore: 1
parent
17ecf05215
commit
bb397fb8d0
|
@ -16,7 +16,7 @@ RUN apk add --no-cache openssl
|
||||||
# RUN apk add --no-cache openjdk11-jdk
|
# RUN apk add --no-cache openjdk11-jdk
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
COPY --from=builder /workspace/certd-server/ /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/*
|
RUN chmod +x /app/tools/linux/*
|
||||||
|
|
||||||
ENV TZ=Asia/Shanghai
|
ENV TZ=Asia/Shanghai
|
||||||
|
|
Loading…
Reference in New Issue