Files
tl-rtc-file/bin/ubuntu20/auto-start-https.sh
2023-08-11 11:56:59 +08:00

11 lines
164 B
Bash
Executable File

#!/bin/bash
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