anonymousland/docker-update.sh

9 lines
189 B
Bash
Raw Normal View History

2022-11-13 02:52:54 +00:00
#!/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