mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 20:08:54 +00:00
3 lines
No EOL
180 B
Bash
Executable file
3 lines
No EOL
180 B
Bash
Executable file
docker run --rm -v "$PWD:/srv/jekyll/" -p "8080:8080" \
|
|
-it foam:Dockerfile bundler \
|
|
exec jekyll serve --watch --port=8080 --host=0.0.0.0 |