initial commit

This commit is contained in:
2026-05-30 18:51:10 +00:00
commit 95f5fdd3ea
19 changed files with 3050 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Optional: use docker-compose if you need a custom Chrome setup.
# With podman, substitute `docker-compose` → `podman-compose`.
version: "3.8"
services:
dev:
build:
context: .
dockerfile: Dockerfile
volumes:
- ..:/workspace:cached
command: sleep infinity
environment:
- CHROME_PATH=/usr/bin/google-chrome