mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-17 04:43:02 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c560f0e902 | ||
|
|
88860c9302 |
@@ -1,7 +1,9 @@
|
|||||||
FROM eclipse-temurin:17-alpine
|
FROM eclipse-temurin:17-jre-jammy
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
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 .
|
||||||
|
|
||||||
RUN unzip netdisk-fast-download-bin.zip && \
|
RUN unzip netdisk-fast-download-bin.zip && \
|
||||||
|
|||||||
Reference in New Issue
Block a user