Welcome to mirror list, hosted at ThFree Co, Russian Federation.

docker-compose.yml « docs - github.com/jgthms/bulma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df20be0b8de8b986431d848c76adcc23a35f7478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# run jekyll with docker container
#
# install docker && docker-compose
# https://docs.docker.com/compose/install/
# then run docker-compose up

jekyll:
    image: jekyll/jekyll:pages
    command: jekyll serve --watch --incremental
    ports:
        - 4000:4000
    volumes:
        - .:/srv/jekyll