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