rf-web/docker-compose.yml

11 lines
183 B
YAML
Raw Normal View History

2022-05-27 16:20:53 +00:00
version: '3'
services:
jekyll:
container_name: jekyll
image: jekyll/jekyll:latest
ports:
- 4000:4000
volumes:
- .:/srv/jekyll:Z"
2022-05-30 08:48:34 +00:00
command: yarn start