add Dockerfile

This commit is contained in:
makaveli10
2023-07-11 14:40:12 +08:00
parent 08f888a4cf
commit c6f9c9420e
2 changed files with 45 additions and 1 deletions
+1 -1
View File
@@ -277,5 +277,5 @@ class ServeClient:
if __name__ == "__main__":
with serve(recv_audio, "127.0.0.1", 9090) as server:
with serve(recv_audio, "0.0.0.0", 9090) as server:
server.serve_forever()