burdickjp
(Jeffrey P Burdick)
1
Similar to this problem:
I’m trying to run the Jekyll official docker image. I’m getting errors.
Here’s my script:
podman run \
--rm \
--security-opt label=disable \
--userns=keep-id \
--volume="$PWD:/srv/jekyll" \
-p 4000:4000 \
-it \
jekyll/jekyll \
jekyll serve
Here’s my error:
/usr/jekyll/bin/jekyll: exec: line 14: /usr/local/bundle/bin/jekyll: not found