summaryrefslogtreecommitdiff
path: root/scripts/build_sandbox.sh
AgeCommit message (Collapse)Author
2025-04-23Add docker equivilant for --authfileSeth Troisi
2025-04-22Refactor_sandbox_command (#121)Olcan
2025-04-21quiet sandbox build (#111)Olcan
2025-04-21Fix Docker Build permission issue (#95)Seth Troisi
During docker build `npm install` running as node was exiting with 243 (EACCES) from trying to install the tgz files because `npm pack` created the files with 400 permissions on my system.
2025-04-21More license headers, add a CONTRIBUTING.md file (also fix README.md ↵Tyler
formatting) (#81)
2025-04-21seamless sandboxing (just set GEMINI_CODE_SANDBOX=true in .env) (#76)Olcan