mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-16 12:23:03 +00:00
优化docker脚本
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
FROM openjdk:17-jre-slim
|
FROM openjdk:17-jdk-alpine
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y unzip && rm -rf /var/lib/apt/lists/*
|
# 安装 unzip
|
||||||
|
RUN apk add --no-cache unzip
|
||||||
|
|
||||||
COPY ./web-service/target/netdisk-fast-download-bin.zip .
|
COPY ./web-service/target/netdisk-fast-download-bin.zip .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user