This commit is contained in:
sirius0xdev 2026-05-08 02:42:20 +00:00
parent e9b0950ad5
commit db6cdb85f0

View file

@ -46,12 +46,12 @@ spec:
- name: hermes-home
mountPath: /shared-home
- name: copy-webui-app
image: ghcr.io/nesquena/hermes-webui:latest
image: busybox:latest
command:
- "sh"
- "-c"
# Copy the image's built-in /app to our shared volume, then give user 1024 ownership
- "cp -a /app/. /shared-app/ && chown -R 1024:1000 /shared-app"
- "chown -R 1024:1000 /shared-app"
securityContext:
runAsUser: 0
runAsNonRoot: false