Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects

Usage

cd blog
docker run --rm \
  --volume="$PWD:/srv/jekyll" \
  -p 4040:4000 \
  -it jekyll/jekyll:3.8 \
  jekyll serve

Access 127.0.0.1:4040