3 lines
72 B
Bash
3 lines
72 B
Bash
|
#!/bin/bash
|
||
|
docker run --rm -it -v `pwd`:/src -u $UID:$GID klakegg/hugo
|