chore: project hygiene — fix workspace:*, sandbox USER, dead config (#11289)

* chore: project hygiene fixes (workspace:*, sandbox USER, dead config)

* chore: also fix workspace:* in zalouser dependencies
This commit is contained in:
max
2026-02-08 02:36:42 -08:00
committed by GitHub
parent c56fb7f353
commit 28e1a65ebc
10 changed files with 30 additions and 51 deletions

View File

@@ -23,6 +23,10 @@ RUN apt-get update \
COPY scripts/sandbox-browser-entrypoint.sh /usr/local/bin/openclaw-sandbox-browser
RUN chmod +x /usr/local/bin/openclaw-sandbox-browser
RUN useradd --create-home --shell /bin/bash sandbox
USER sandbox
WORKDIR /home/sandbox
EXPOSE 9222 5900 6080
CMD ["openclaw-sandbox-browser"]