添加功能

This commit is contained in:
3343780376 2022-11-26 11:10:47 +08:00
parent 45c7ece586
commit 574af48f78
1 changed files with 2 additions and 1 deletions

View File

@ -40,10 +40,11 @@ RUN set -x \
&& npm install -g yarn \
&& rm -rf /root/.cache \
&& rm -rf /root/.npm \
&& mkdir -p ${QL_DIR}/data \
COPY ./dist/docker_linux_$TARGETARCH*/qinglong-go ${QL_DIR}/qinglong-go
RUN ls /ql && chmod -R 777 ${QL_DIR}/qinglong-go
RUN ls /ql
EXPOSE 8080