3 lines
95 B
Bash
Executable File
3 lines
95 B
Bash
Executable File
#!/usr/bin/env bash
|
|
podman run --rm -it -v $(pwd):/src -p 1313:1313 klakegg/hugo:latest server
|