chore: update docker entrypoiny start

This commit is contained in:
duorameng
2026-05-14 14:51:39 +08:00
parent 667b5542e4
commit 51bee50ce4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -77,4 +77,4 @@ ln -sf /app/baihu /usr/local/bin/baihu
printf "\n\033[1;32m>>> Environment setup complete. Starting Baihu Server...\033[0m\n\n"
cd /app
exec ./baihu server
exec baihu server
+1 -1
View File
@@ -88,4 +88,4 @@ ln -sf /app/baihu /usr/local/bin/baihu
printf "\n\033[1;32m>>> Environment setup complete. Starting Baihu Server...\033[0m\n\n"
cd /app
exec ./baihu server
exec baihu server