diff --git a/docker/Dockerfile b/docker/Dockerfile index e346ee88..597470db 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -24,6 +24,6 @@ RUN git clone -b ${QL_BRANCH} ${QL_URL} ${QL_DIR} \ && rm -rf /root/.pnpm-store \ && rm -rf /root/.cache \ && git clone -b ${QL_BRANCH} https://github.com/${QL_MAINTAINER}/qinglong-static.git /static \ - && cp -rf /static/* ${QL_DIR} \ + && cp -rf /static/* ${QL_DIR}/static \ && rm -rf /static ENTRYPOINT ["./docker/docker-entrypoint.sh"]