3 lines
139 B
Bash
Executable file
3 lines
139 B
Bash
Executable file
#!/bin/sh
|
|
docker build --network=host -t spot-doc .
|
|
docker run --rm -it -e THEUID="$(id -u "$USER")" -v "$PWD":/var/doxerlive spot-doc ash
|