summaryrefslogtreecommitdiff
path: root/scripts/build.sh
AgeCommit message (Collapse)Author
2025-05-07fix(sandbox): consolidate dev and prod sandbox (#273)Brandon Keiji
2025-04-25instant (dev) sandbox (#171)Olcan
* instant (dev) sandbox * leave Dockerfile as is to pass deploy test * fix comma * fix prod build * do not use "images exists" which docker does not support * separate dev-mode flag * Merge remote-tracking branch 'origin/main' into instant_sandbox
2025-04-22Refactor_sandbox_command (#121)Olcan
2025-04-21don't assume .env file (#83)Olcan
2025-04-21Ignore grep error if .env doesn't exist (#82)Jaana Dogan
.env file is optional. If it doesn't exist, the current script outputs "grep: .env: No such file or directory".
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