mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9e14a73b3c
* update docker stuff * finalize docker fix
4 lines
91 B
Bash
4 lines
91 B
Bash
#!/bin/sh
|
|
|
|
jekyll serve --future --config _config_dev.yml -H 0.0.0.0 -P 4000 ${JEKYLLARGS}
|