mirror of https://github.com/certd/certd
chore:
parent
129bf53edc
commit
d282045683
|
@ -13,10 +13,10 @@ RUN cd /workspace/certd-server && pnpm install && npm run build-on-docker
|
||||||
|
|
||||||
FROM node:18-alpine
|
FROM node:18-alpine
|
||||||
RUN apk add --no-cache openssl
|
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 *.tar.gz
|
RUN cd /app/tools/linux/ && tar -zxvf *.tar.gz -C .
|
||||||
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