Skip to content

Commit

Permalink
Fix Docker again (acemod#6742)
Browse files Browse the repository at this point in the history
  • Loading branch information
bux authored Dec 20, 2018
1 parent de83f2c commit cd09c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
context: .
dockerfile: Dockerfile
environment:
- JEKYLLARGS=--incremental
JEKYLLARGS: --incremental
ports:
- "4000:4000"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docs/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -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}

0 comments on commit cd09c2b

Please sign in to comment.