Add docker-build.sh

This commit is contained in:
deathrow 2023-02-02 19:13:18 -05:00
parent 5f856e8f0e
commit fad10f60d9
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73
1 changed files with 7 additions and 0 deletions

7
docker-build.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
docker run --rm \
--volume="$PWD:/srv/jekyll:Z" \
--volume="$PWD/vendor/bundle:/usr/local/bundle:Z" \
-it jekyll/jekyll \
jekyll build