This commit is contained in:
qiaofeng1227 2023-10-30 14:33:16 +08:00
parent 62714a63f2
commit c4555bd036

View File

@ -27,14 +27,13 @@ RUN wget $docker_library_repo/archive/refs/tags/$LIBRARY_VERSION.zip -O ./librar
git clone --depth=1 https://github.com/swagger-api/swagger-ui.git && \
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
COPY ./w9media ./media
COPY ./w9library ./library
COPY ./swagger-ui/dist ./apphub/swagger-ui
COPY /w9source/apphub ./apphub
COPY /w9source/apphub/src/config ./config
COPY /w9source/docker/apphub/script ./script
git clone --depth=1 $websoft9_repo /w9source && \
cp ./w9media ./media && \
cp ./w9library ./library && \
cp ./w9source/apphub ./apphub && \
cp ./swagger-ui/dist ./apphub/swagger-ui && \
cp ./w9source/apphub/src/config ./config && \
cp ./w9source/docker/apphub/script ./script
RUN curl -o ./script/update_zip.sh $source_github_pages/scripts/update_zip.sh