We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87734cd commit 5e3aeeaCopy full SHA for 5e3aeea
1 file changed
Dockerfile
@@ -21,5 +21,6 @@ FROM alpine:3.23
21
RUN apk add --no-cache git openssh-client ca-certificates
22
COPY --from=backend /contextmatrix /usr/local/bin/contextmatrix
23
COPY skills/ /etc/contextmatrix/skills/
24
+ENV HOME=/home/nobody
25
USER nobody
26
ENTRYPOINT ["contextmatrix"]
0 commit comments