Update docker

This commit is contained in:
deathrow 2022-12-28 18:36:43 -05:00
parent 45dd500622
commit 572e03e64a
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73
2 changed files with 2 additions and 1 deletions

View File

@ -3,8 +3,9 @@
docker run --rm \
--name=site \
--network=site \
--restart=always \
--volume="$PWD:/srv/jekyll:Z" \
--volume="$PWD/vendor/bundle:/usr/local/bundle:Z" \
--detach \
-it jekyll/jekyll \
jekyll serve
jekyll serve