This commit is contained in:
parent
244144aef4
commit
8e6d6b6c45
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# 直接启动已构建好的 Next.js app,监听 0.0.0.0
|
||||
exec node node_modules/next/dist/bin/next start -H 0.0.0.0
|
||||
|
|
@ -53,4 +53,9 @@ redirect_stderr=true
|
|||
stdout_logfile=auto
|
||||
|
||||
|
||||
|
||||
[program:chatai-ui]
|
||||
command=/bin/bash /supabase/chatai-ui/wrapper.sh
|
||||
user=root
|
||||
autorestart=true
|
||||
stderr_logfile=/var/log/chatai-ui.err.log
|
||||
stdout_logfile=/var/log/chatai-ui.out.log
|
||||
|
|
|
|||
Loading…
Reference in New Issue