update_zip

This commit is contained in:
qiaofeng1227 2023-10-30 13:56:25 +08:00
parent e9a08fa178
commit 1848c93000

View file

@ -9,7 +9,6 @@ ENV MEDIA_VERSION=0.0.3
ENV websoft9_repo="https://github.com/Websoft9/websoft9"
ENV docker_library_repo="https://github.com/Websoft9/docker-library"
ENV media_repo="https://github.com/Websoft9/media"
ENV source_github_pages="https://websoft9.github.io/websoft9"
# Prepare source files
RUN wget $docker_library_repo/archive/refs/tags/$LIBRARY_VERSION.zip -O ./library.zip && \
@ -32,6 +31,8 @@ RUN wget $docker_library_repo/archive/refs/tags/$LIBRARY_VERSION.zip -O ./librar
FROM python:3.10-slim-bullseye
WORKDIR /websoft9
ENV source_github_pages="https://websoft9.github.io/websoft9"
COPY --from=buildstage /w9media ./media
COPY --from=buildstage /w9library ./library
COPY --from=buildstage /websoft9/apphub ./apphub