build: 去掉无用的卷

This commit is contained in:
liqiang-fit2cloud 2024-03-20 15:48:39 +08:00
parent 00c0844514
commit 026541ae67

View File

@ -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