Fix Docker again (#6742)

This commit is contained in:
Jo David 2018-12-20 11:10:05 +01:00 committed by GitHub
parent de83f2c2b7
commit cd09c2b3de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ services:
context: .
dockerfile: Dockerfile
environment:
- JEKYLLARGS=--incremental
JEKYLLARGS: --incremental
ports:
- "4000:4000"
volumes:

View File

@ -1,3 +1,3 @@
#!/bin/sh
jekyll serve --future --config _config_dev.yml -H 0.0.0.0 -P 4000 ${JEKYLLARGS}
jekyll serve --force_polling --future --config _config_dev.yml -H 0.0.0.0 -P 4000 ${JEKYLLARGS}