添加功能

This commit is contained in:
3343780376 2022-11-26 10:45:50 +08:00
parent 71cc625efd
commit 3d54ea54cc
1 changed files with 2 additions and 1 deletions

View File

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