mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-10-01 11:49:49 -04:00
Add docker-build.sh
This commit is contained in:
parent
5f856e8f0e
commit
fad10f60d9
7
docker-build.sh
Normal file
7
docker-build.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user