导入数据库表和音视频demo

This commit is contained in:
2023-09-14 14:59:57 +08:00
parent c0ca154d31
commit 736c5376e0
157 changed files with 11044 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/sh
# entrypoint.sh
# read the file that sets variables
/usr/local/bin/node /opt/media-server/index.js 43.139.191.204
# /usr/local/bin/node /opt/SignallingWebServer/cirrus.js --peerConnectionOptions="{ \""iceServers\"": [{\""urls\"": [\""stun:stun4.l.google.com:19302\""]}]}"
# run the main container command
exec "$@"