导入数据库表和音视频demo
This commit is contained in:
14
media-server-demo-node/entrypoint.sh
Normal file
14
media-server-demo-node/entrypoint.sh
Normal 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 "$@"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user