mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-16 20:33:03 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b2a7187fc5 |
@@ -1,9 +1,9 @@
|
|||||||
FROM azul/zulu-openjdk-alpine:17
|
FROM azul/zulu-openjdk:17-jre-headless
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# 安装 unzip
|
# 安装 unzip
|
||||||
RUN apk add --no-cache unzip
|
RUN apt-get update && apt-get install -y unzip && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
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