anonymousland/docker-build.sh

7 lines
155 B
Bash
Raw Normal View History

2023-02-03 00:13:18 +00:00
#!/bin/bash
docker run --rm \
--volume="$PWD:/srv/jekyll:Z" \
--volume="$PWD/vendor/bundle:/usr/local/bundle:Z" \
-it jekyll/jekyll \
jekyll build