Files
tl-rtc-file/bin/ubuntu/auto-start-https.sh
https://blog.iamtsm.cn 55ff78d730 feat: 精简配置和部署流程(#18)
feat: 支持docker一键部署脚本
feat: 支持数据库官方镜像
feat: 支持docker默认开启数据库
feat: 优化数据库自动连接重试
doc: 更新文档
2023-08-09 18:15:37 +08:00

13 lines
179 B
Bash
Executable File

#!/bin/bash
cd ../../svr/
pm2 start npm --name=tl-rtc-file-api -- run https-api
sleep 1
pm2 start npm --name=tl-rtc-file-socket -- run https-socket
sleep 1
npm run build:pro