This commit is contained in:
3343780376 2022-11-26 12:21:29 +08:00
parent 183342df91
commit 104728d403
1 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,9 @@ RUN set -x \
&& npm install -g yarn \ && npm install -g yarn \
&& rm -rf /root/.cache \ && rm -rf /root/.cache \
&& rm -rf /root/.npm \ && rm -rf /root/.npm \
&& mkdir -p ${QL_DIR}/data && mkdir -p ${QL_DIR}/data \
&& cd ${QL_DIR} \
&& git clone https://github.com/whyour/qinglong-static.git ./static/
COPY ./dist/docker_linux_$TARGETARCH*/qinglong-go ${QL_DIR}/ql COPY ./dist/docker_linux_$TARGETARCH*/qinglong-go ${QL_DIR}/ql