diff --git a/Dockerfile b/Dockerfile index 22b6d30..2b4e44f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,10 +42,13 @@ RUN set -x \ && rm -rf /root/.npm \ && mkdir -p ${QL_DIR}/data \ -COPY ./dist/docker_linux_$TARGETARCH*/qinglong-go ${QL_DIR}/qinglong-go +COPY ./dist/docker_linux_$TARGETARCH*/qinglong-go ${QL_DIR}/ql -RUN chmod -R 777 /ql/qinglong-go +RUN chmod -R 777 /ql/ql && ls /ql EXPOSE 8080 VOLUME ${QL_DIR}/data + + +CMD cd /ql && chmod -R 777 ./ql && ql \ No newline at end of file