ACE3/docs/entrypoint.sh

4 lines
107 B
Bash
Raw Normal View History

#!/bin/sh
2018-12-20 10:10:05 +00:00
jekyll serve --force_polling --future --config _config_dev.yml -H 0.0.0.0 -P 4000 ${JEKYLLARGS}