diff --git a/Dockerfile b/Dockerfile index b2e46de..dbc4bc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,10 +44,10 @@ RUN set -x \ COPY ./dist/docker_linux_$TARGETARCH*/qinglong-go ${QL_DIR}/qinglong-go -RUN chmod -R 777 /ql +RUN chmod -R 777 "/ql/qinglong-go" EXPOSE 8080 VOLUME ${QL_DIR}/data -CMD sudo ./qinglong-go \ No newline at end of file +CMD ./qinglong-go \ No newline at end of file