From 4d0ac41a97c4caac3174ae974cfd12de7e0c2e14 Mon Sep 17 00:00:00 2001 From: liqiang-fit2cloud Date: Fri, 5 Dec 2025 13:21:26 +0800 Subject: [PATCH] refactor: change dir permission. --- installer/Dockerfile-base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/Dockerfile-base b/installer/Dockerfile-base index fcdfd27a5..0241fafe5 100644 --- a/installer/Dockerfile-base +++ b/installer/Dockerfile-base @@ -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=" \