Files
tl-rtc-file/docker-entrypoint.sh
2023-08-11 13:55:16 +08:00

10 lines
94 B
Bash

#!/bin/bash
pm2 start npm --name=tlapi -- run http-api
npm run build:pro
sleep 8
pm2 logs