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

11 lines
163 B
Bash
Executable File

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