fix(docker): include compose and persist home

This commit is contained in:
Pi Web Agent
2026-06-25 19:46:24 +00:00
parent fb2134c775
commit 3ef3643f64
6 changed files with 17 additions and 27 deletions
+1
View File
@@ -54,6 +54,7 @@ ENV NODE_ENV=production \
COPY --from=package /usr/local/lib/node_modules /usr/local/lib/node_modules
COPY --from=package /usr/local/bin /usr/local/bin
COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
COPY --from=docker-cli /usr/local/libexec/docker/cli-plugins /usr/local/libexec/docker/cli-plugins
COPY bin/hostexec /usr/local/bin/hostexec
RUN chmod 0755 /usr/local/bin/hostexec