From aa5f397008e294d1af8b86e99ee845eb819d8a26 Mon Sep 17 00:00:00 2001 From: 3343780376 <3343780376@qq.com> Date: Sat, 26 Nov 2022 11:31:28 +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 734f831..32a7976 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 ./qinglong-go +RUN chmod -R 777 /ql EXPOSE 8080 VOLUME ${QL_DIR}/data -ENTRYPOINT ["./qinglong-go"] \ No newline at end of file +CMD ./qinglong-go \ No newline at end of file