Files
willfullyobtuse.com/zola
James Brechtel 98770dbcef
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Adding woodpecker build
2022-11-10 08:24:46 -05:00

9 lines
180 B
Bash
Executable File

#!/bin/sh
docker run --rm \
-v $PWD:/app \
--workdir /app \
-p 1024:1024 \
-p 7121:7121 \
ghcr.io/getzola/zola:v0.16.0 "$@"