This commit is contained in:
rzen
2019-07-21 23:33:03 -04:00
parent 8853b7c668
commit 74c0d1a261
14 changed files with 34 additions and 23 deletions

View File

@ -3,6 +3,7 @@
@import "mixins";
@import "config";
@import "config";
@import "normalize";
@import "opine";
@import "snackbar";

View File

@ -1,30 +0,0 @@
# end user version of docker-compose
version: '3'
services:
jekyll-serve:
container_name: jekyll-serve
image: jekyll/jekyll
command: jekyll serve --future --draft --force_polling --livereload
environment:
JEKYLL_ENV: local
ports:
- 4000:4000
- 35729:35729
volumes:
- .:/srv/jekyll
jekyll:
container_name: jekyll
image: jekyll/jekyll
entrypoint: jekyll
environment:
JEKYLL_ENV: local
volumes:
- .:/srv/jekyll
bundle:
container_name: jekyll
image: jekyll/jekyll
entrypoint: bundle
volumes:
- .:/srv/jekyll