RealtimeSDWebRTC / build-run.sh
Jon Taylor
fixed dockerfile
8385aa9
raw
history blame
89 Bytes
#!/bin/bash
gunicorn --workers=2 --log-level debug server:app --bind=0.0.0.0:$FLASK_PORT