first version which seems to run
This commit is contained in:
3
run_dev_container.sh
Executable file
3
run_dev_container.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker run --rm --user 1000:1000 -v $PWD:/files -p 3000:3000 -ti node:lts bash -c "cd /files ; npm run dev"
|
||||
Reference in New Issue
Block a user