mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-10-01 11:49:49 -04:00
Update docker
This commit is contained in:
parent
45dd500622
commit
572e03e64a
@ -3,8 +3,9 @@
|
|||||||
docker run --rm \
|
docker run --rm \
|
||||||
--name=site \
|
--name=site \
|
||||||
--network=site \
|
--network=site \
|
||||||
|
--restart=always \
|
||||||
--volume="$PWD:/srv/jekyll:Z" \
|
--volume="$PWD:/srv/jekyll:Z" \
|
||||||
--volume="$PWD/vendor/bundle:/usr/local/bundle:Z" \
|
--volume="$PWD/vendor/bundle:/usr/local/bundle:Z" \
|
||||||
--detach \
|
--detach \
|
||||||
-it jekyll/jekyll \
|
-it jekyll/jekyll \
|
||||||
jekyll serve
|
jekyll serve
|
Loading…
Reference in New Issue
Block a user