chore(dockerfile): add workdir

This commit is contained in:
Ruslan Semagin 2026-03-03 08:01:10 +03:00
parent 546c4b1514
commit 1ea2f6278b

View file

@ -32,6 +32,8 @@ COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certifi
RUN mkdir -p /home/picoclaw && chown picoclaw:picoclaw /home/picoclaw
WORKDIR /home/picoclaw
# Health check
# BusyBox (Alpine default) already provides wget, no extra package needed
# Consider replacing with application-level health command in the future.