This commit is contained in:
awei
2025-03-03 17:43:50 +08:00
commit 113756eaae
1497 changed files with 127997 additions and 0 deletions

14
bbs-go-active/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