Merge upstream and update Gemfile.lock

This commit is contained in:
2020-01-26 03:31:36 -05:00
parent 12bc37ec52
commit b1f816924a
50 changed files with 1654 additions and 202 deletions

View File

@@ -10,13 +10,14 @@
# jekyll:latest \
# bundle update
podman build -t atomjekylltemp .
podman build -t atomjekylltemp "$1"
podman run \
--rm \
-it \
-p 4000:4000 \
-v "$PWD:/srv/jekyll" \
-v "$PWD/vendor/bundle:/usr/local/bundle" \
localhost/atomjekylltemp
-v "${1}:/srv/jekyll" \
-v "${1}/vendor/bundle:/usr/local/bundle" \
localhost/atomjekylltemp \
/bin/bash
#podman rmi localhost/atomjekylltemp