build: 去掉无用的卷
This commit is contained in:
parent
00c0844514
commit
026541ae67
@ -29,7 +29,6 @@ RUN mv /opt/maxkb/app/model/* /opt/maxkb/model && \
|
|||||||
pip3 cache purge && \
|
pip3 cache purge && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
# 启动命令
|
# 启动命令
|
||||||
VOLUME /opt/maxkb/conf
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
COPY installer/run-maxkb.sh /usr/bin/
|
COPY installer/run-maxkb.sh /usr/bin/
|
||||||
RUN chmod 755 /usr/bin/run-maxkb.sh
|
RUN chmod 755 /usr/bin/run-maxkb.sh
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user