Files
dasharo-website/scripts/local-preview.sh
2025-01-31 18:05:19 +01:00

5 lines
159 B
Bash
Executable File

#!/bin/bash
BASE_URL=${1:-http://localhost:1313}
docker run --rm -it -v $PWD:/src -p 1313:1313 -u $(id -u) klakegg/hugo:0.111.3-ext-alpine serve -b $BASE_URL