4 lines
139 B
Bash
4 lines
139 B
Bash
|
#!/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
|