Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Nickelsen committed Aug 29, 2023
1 parent 8c4abc5 commit e868584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

export JEKYLL_VERSION=3.8
docker run --rm --volume=$PWD:/srv/jekyll -it jekyll/jekyll:$JEKYLL_VERSION jekyll build $@
docker run --rm --volume=$PWD:/srv/jekyll -i jekyll/jekyll:$JEKYLL_VERSION jekyll build $@

0 comments on commit e868584

Please sign in to comment.