Install zola with Docker

run:

docker run -u "$(id -u):$(id -g)" --rm -v $PWD:/app --workdir /app ghcr.io/getzola/zola:v0.15.3 build

output:

Building site...
Failed to build the site
Error: Failed to load config
Reason: Failed to open '/app/config.toml'
Reason: No such file or directory (os error 2)
1 Like