From 60f8955d5f80be47b6e7ecac7baf63f62f9c826d Mon Sep 17 00:00:00 2001 From: 3343780376 <3343780376@qq.com> Date: Sat, 26 Nov 2022 11:40:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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