create out directory in start script to fix permission errors
[homepage.git] / jekyll-admin_run.sh
index 4c27407..1be29e4 100755 (executable)
@@ -2,4 +2,5 @@
 BASE_D=$(realpath "${BASH_SOURCE%/*}/")
 JEKYLL_VERSION=3.8
 
+mkdir "$BASE_D/out"
 exec sudo docker run --name realraum-jekyll --rm -it -p 127.0.0.1:4000:4000 --volume="$BASE_D/vendor/bundle:/usr/local/bundle" -v "$BASE_D/src":/srv/jekyll -v "$BASE_D/out":/srv/out jekyll/jekyll:$JEKYLL_VERSION "$@"