From 026541ae67dcc5931f32342fd53e01c5849326cc Mon Sep 17 00:00:00 2001 From: liqiang-fit2cloud Date: Wed, 20 Mar 2024 15:48:39 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=8E=BB=E6=8E=89=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E5=8D=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- installer/Dockerfile | 1 - 1 file changed, 1 deletion(-) 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