Skip to content

Commit

Permalink
update serve ip for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Luen committed Nov 8, 2024
1 parent 5509ca9 commit 84e6fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ def search_author_id(id):
return jsonify({"error": "Author not found"}), 404

if __name__ == "__main__":
app.run(debug=False, port=5000)
app.run(host="0.0.0.0", port=5000, debug=False)

0 comments on commit 84e6fad

Please sign in to comment.