6884134935
* Add light client page * Rm gemfile.lock * add section on ulc * update compose file syntax
9 lines
180 B
YAML
9 lines
180 B
YAML
services:
|
|
jekyll:
|
|
image: jekyll/jekyll:latest
|
|
command: jekyll serve --watch --incremental
|
|
ports:
|
|
- 4000:4000
|
|
volumes:
|
|
- .:/srv/jekyll
|