first version which seems to run

This commit is contained in:
Gerhard Scheikl
2026-04-01 19:15:22 +02:00
parent 80e965aa57
commit fc107d576c
25 changed files with 963 additions and 40 deletions

4
run_in_container.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
docker run --rm --user 1000:1000 -v $PWD:/files -p 3000:3000 -ti node:lts \
bash -c 'cd /files; "$@"' -- "$@"