mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 17:40:35 +08:00
rc
This commit is contained in:
parent
6d2f19d7e6
commit
564f4e45d7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user