pull/243/head
xiaojunnuo 2024-11-02 21:23:42 +08:00
parent 8c7f976ef5
commit 222ef2f850
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
21:59
1

View File

@ -13,7 +13,7 @@ RUN cd /workspace/certd-server && pnpm install && npm run build-on-docker
FROM node:18-alpine
RUN apk add --no-cache openssl
# RUN apk add --no-cache openjdk11-jdk
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