mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix Docker again (#6742)
This commit is contained in:
parent
de83f2c2b7
commit
cd09c2b3de
@ -7,7 +7,7 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
environment:
|
||||
- JEKYLLARGS=--incremental
|
||||
JEKYLLARGS: --incremental
|
||||
ports:
|
||||
- "4000:4000"
|
||||
volumes:
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user