wen / start.sh
gallyg's picture
Update start.sh
9b1d23b verified
raw
history blame contribute delete
166 Bytes
#!/bin/sh
set -e
# nginx 默认会 daemonize;这里后台启动即可
nginx
# 让 /one-api 成为前台主进程(容器以它的退出码为准)
exec /one-api