mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-04 15:01:45 +00:00
Update project docker image Dockerfile
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user