3 lines
133 B
Bash
Executable file
3 lines
133 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
docker run -it --rm -v "$(pwd):/src" -u "$(id -u):$(id -g)" --network host --workdir /src/webui node:20 /bin/bash
|