chore(dockerfile): add workdir
This commit is contained in:
parent
546c4b1514
commit
1ea2f6278b
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue