mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-16 04:13: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
|
||||
|
||||
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 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user