mirror of
https://gitee.com/fit2cloud-feizhiyun/MaxKB.git
synced 2025-12-06 11:19:08 +08:00
refactor: change dir permission.
This commit is contained in:
@@ -6,7 +6,7 @@ FROM ghcr.io/1panel-dev/maxkb-vector-model:v2.0.3 AS vector-model
|
||||
FROM postgres:17.6-trixie
|
||||
COPY --from=python-stage /usr/local /usr/local
|
||||
COPY --from=python-stage /opt/py3 /opt/py3
|
||||
COPY installer/*.sh /usr/bin/
|
||||
COPY --chmod=500 installer/*.sh /usr/bin/
|
||||
COPY installer/init.sql /docker-entrypoint-initdb.d/
|
||||
|
||||
ARG DEPENDENCIES=" \
|
||||
|
||||
Reference in New Issue
Block a user