mirror of https://github.com/certd/certd
chore:
parent
385757b54b
commit
04150e1c0a
|
@ -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 openjdk
|
||||
RUN apk add --no-cache openjdk11
|
||||
WORKDIR /app/
|
||||
COPY --from=builder /workspace/certd-server/ /app/
|
||||
RUN chmod +x /app/tools/linux/*
|
||||
|
|
Loading…
Reference in New Issue