mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
refactor: change dir permission.
This commit is contained in:
parent
ff167c2238
commit
4d0ac41a97
|
|
@ -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=" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue