mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
docker-compose file
Changes to be committed: new file: docs/docker-compose.yml
This commit is contained in:
parent
b4e90e87cc
commit
83fbc6eb10
13
docs/docker-compose.yml
Normal file
13
docs/docker-compose.yml
Normal file
@ -0,0 +1,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
|
Loading…
Reference in New Issue
Block a user