first version which seems to run
This commit is contained in:
4
run_in_container.sh
Executable file
4
run_in_container.sh
Executable 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; "$@"' -- "$@"
|
||||
Reference in New Issue
Block a user