summaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2025-04-22use full url for base image (found by seth troisi to save 5s from docker ↵Olcan
build time) (#124)
2025-04-21fix sandbox build broken at #94 (#97)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-20Minimal container setup. Install docker (or podman), build container with ↵Olcan
scripts/build_container.sh, then start with scripts/start_container.sh. Exit with ^C for now. (#61)