Skip to content

Commit 90d2d90

Browse files
build: init directory.
1 parent 4f4c8c4 commit 90d2d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ COPY --from=vector-model /opt/maxkb/app/model /opt/maxkb-app/model
6262
RUN chmod 755 /opt/maxkb-app/installer/*.sh && \
6363
cp -f /opt/maxkb-app/installer/*.sh /usr/bin/ && \
6464
cp -f /opt/maxkb-app/installer/init.sql /docker-entrypoint-initdb.d && \
65-
rm -rf /opt/maxkb-app/installer
65+
rm -rf /opt/maxkb-app/installer && \
6666
cp -r /opt/maxkb-app/model/base/hub /opt/maxkb-app/model/tokenizer && \
6767
curl -L --connect-timeout 120 -m 1800 https://resource.fit2cloud.com/maxkb/ffmpeg/get-ffmpeg-linux | sh && \
6868
mkdir -p /opt/maxkb-app/sandbox/ && \

0 commit comments

Comments
 (0)