This commit is contained in:
12600k-rog-d4
2025-12-09 20:33:57 +08:00
parent 144ed3cbdf
commit 8f4d399cfd
1498 changed files with 3778 additions and 3654 deletions

14
archive/bbs-go/start.sh Normal file
View File

@@ -0,0 +1,14 @@
#!/bin/sh
export APP_HOME=/app/bbs-go
# 启动 bbs-go-server
cd ${APP_HOME}/server
${APP_HOME}/server/bbs-go &
# 启动 bbs-go-site
cd ${APP_HOME}/site
node ${APP_HOME}/site/.output/server/index.mjs &
# 保持容器运行
wait