]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
fix(sandcastle): pre-create .local/share dirs in Dockerfile
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 6 May 2026 18:47:38 +0000 (20:47 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 6 May 2026 18:47:38 +0000 (20:47 +0200)
commit4d43636c784e6dbb90db78b7aee659f0363e8bc9
treec79139f748c1721a6d167d3c993c01b12989d8ff
parentbd403641e1d35b64ce64ca005eb24f0dba0cdb5d
fix(sandcastle): pre-create .local/share dirs in Dockerfile

Docker creates intermediate directories as root:root for bind mounts.
Pre-creating /home/agent/.local/share/pnpm/store and opencode with
correct ownership prevents EACCES when opencode writes to its data dir.
.sandcastle/Dockerfile