Skip to content

Commit 5e3aeea

Browse files
committed
fix(docker): Set HOME env var for nobody user
1 parent 87734cd commit 5e3aeea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ FROM alpine:3.23
2121
RUN apk add --no-cache git openssh-client ca-certificates
2222
COPY --from=backend /contextmatrix /usr/local/bin/contextmatrix
2323
COPY skills/ /etc/contextmatrix/skills/
24+
ENV HOME=/home/nobody
2425
USER nobody
2526
ENTRYPOINT ["contextmatrix"]

0 commit comments

Comments
 (0)