Merge upstream and update Gemfile.lock
This commit is contained in:
22
build.sh
Executable file
22
build.sh
Executable file
@@ -0,0 +1,22 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# build and deploy
|
||||
#podman build \
|
||||
# --rm \
|
||||
# -it \
|
||||
# -v "$PWD:/srv/jekyll" \
|
||||
# -v "$PWD/vendor/bundle:/usr/local/bundle" \
|
||||
# -u 1000:1001 \
|
||||
# jekyll:latest \
|
||||
# bundle update
|
||||
|
||||
podman build -t atomjekylltemp .
|
||||
podman run \
|
||||
--rm \
|
||||
-it \
|
||||
-p 4000:4000 \
|
||||
-v "$PWD:/srv/jekyll" \
|
||||
-v "$PWD/vendor/bundle:/usr/local/bundle" \
|
||||
localhost/atomjekylltemp
|
||||
|
||||
#podman rmi localhost/atomjekylltemp
|
||||
Reference in New Issue
Block a user