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