Trouble running dockerhub_run.sh #796
Replies: 1 comment 1 reply
-
That's odd. Can you run this command? docker run --rm -v "$PWD:/srv/jekyll/" -p "8080:8080" \
-it amirpourmand/al-folio bundler \
exec jekyll serve --watch --port=8080 --host=0.0.0.0 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
whenever I try to run the following:
I get this error:
"./bin/dockerhub_run.sh: line 8: syntax error: unexpected end of file"
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions