Docker File Update

This commit is contained in:
2026-01-07 04:16:40 +00:00
parent 983b548d7b
commit abceb1be7b
6 changed files with 98 additions and 12 deletions

View File

@@ -234,4 +234,4 @@ def get_result(result_id):
return jsonify({"error": "Result not found"}), 404
if __name__ == '__main__':
app.run(debug=True, port=5000, threaded=True)
app.run(host='0.0.0.0', debug=True, port=5000, threaded=True)