mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-15 10:26:44 +00:00
add hexo
This commit is contained in:
9
hexo/bootstrap.sh
Executable file
9
hexo/bootstrap.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#! /bin/bash
|
||||
|
||||
if [ "$1" == "server" ]; then
|
||||
# start hexo server
|
||||
hexo server
|
||||
else
|
||||
# do nothing, just wait
|
||||
while true; do sleep 1000; done
|
||||
fi
|
||||
Reference in New Issue
Block a user