Compare commits

..

2 Commits

Author SHA1 Message Date
q
de78bcbc98 docker多平台支持,add 树莓派 2025-09-10 17:45:27 +08:00
q
c560f0e902 docker多平台支持 2025-09-10 17:27:44 +08:00

View File

@@ -1,7 +1,9 @@
FROM eclipse-temurin:17-jre-jammy
FROM openjdk:17-jre-slim
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 .
RUN unzip netdisk-fast-download-bin.zip && \