diff --git a/installer/Dockerfile b/installer/Dockerfile index f95a4e814..0f3598878 100644 --- a/installer/Dockerfile +++ b/installer/Dockerfile @@ -29,7 +29,6 @@ RUN mv /opt/maxkb/app/model/* /opt/maxkb/model && \ pip3 cache purge && \ rm -rf /var/lib/apt/lists/* # 启动命令 -VOLUME /opt/maxkb/conf EXPOSE 8080 COPY installer/run-maxkb.sh /usr/bin/ RUN chmod 755 /usr/bin/run-maxkb.sh