mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-10-01 11:49:49 -04:00
9 lines
189 B
Bash
9 lines
189 B
Bash
#!/bin/bash
|
|
|
|
docker run --rm \
|
|
--name=site \
|
|
--network=site \
|
|
--volume="$PWD:/srv/jekyll:Z" \
|
|
--volume="$PWD/vendor/bundle:/usr/local/bundle:Z" \
|
|
-it jekyll/jekyll \
|
|
gem update |