Skip to content

Commit 4d0ac41

Browse files
refactor: change dir permission.
1 parent ff167c2 commit 4d0ac41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/Dockerfile-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM ghcr.io/1panel-dev/maxkb-vector-model:v2.0.3 AS vector-model
66
FROM postgres:17.6-trixie
77
COPY --from=python-stage /usr/local /usr/local
88
COPY --from=python-stage /opt/py3 /opt/py3
9-
COPY installer/*.sh /usr/bin/
9+
COPY --chmod=500 installer/*.sh /usr/bin/
1010
COPY installer/init.sql /docker-entrypoint-initdb.d/
1111

1212
ARG DEPENDENCIES=" \

0 commit comments

Comments
 (0)