This commit is contained in:
qiaofeng1227 2023-10-30 14:22:53 +08:00
parent 6d2f19d7e6
commit 564f4e45d7

View File

@ -31,14 +31,14 @@ RUN wget $docker_library_repo/archive/refs/tags/$LIBRARY_VERSION.zip -O ./librar
wget https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js && \
cp redoc.standalone.js swagger-ui/dist && \
git clone --depth=1 $websoft9_repo ./w9source
git clone --depth=1 $websoft9_repo /w9source
COPY ./w9media ./media
COPY ./w9library ./library
COPY ./w9source/apphub ./apphub
COPY ./swagger-ui/dist ./apphub/swagger-ui
COPY ./w9source/apphub/src/config ./config
COPY ./w9source/docker/apphub/script ./script
COPY /w9source/apphub ./apphub
COPY /w9source/apphub/src/config ./config
COPY /w9source/docker/apphub/script ./script
RUN curl -o ./script/update_zip.sh $source_github_pages/scripts/update_zip.sh