添加功能

This commit is contained in:
3343780376 2022-11-26 11:45:09 +08:00
parent 60f8955d5f
commit d1b687fca9
1 changed files with 2 additions and 2 deletions

View File

@ -44,10 +44,10 @@ RUN set -x \
COPY ./dist/docker_linux_$TARGETARCH*/qinglong-go ${QL_DIR}/qinglong-go
RUN chmod -R 777 "/ql/qinglong-go"
RUN chmod -R 777 /ql/qinglong-go
EXPOSE 8080
VOLUME ${QL_DIR}/data
CMD ./qinglong-go
CMD cd /ql && ./qinglong-go