Update project docker image Dockerfile

pull/306/head
khs1994 2017-12-31 10:30:53 +08:00
parent dddfcf2832
commit c2f14bb2da
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ cd ../gitbook
main(){
if [ "$1" = build ];then gitbook build; cp -a _book ../gitbook-src; echo $START; date "+%F %T"; exit 0; fi
gitbook serve
exec gitbook serve
exit 0
}