Skip to content

Commit

Permalink
different methods to run locally and run in the docker
Browse files Browse the repository at this point in the history
  • Loading branch information
WeijianWWWW committed Mar 16, 2024
1 parent 6296fad commit 064cbce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Backend/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,5 @@ def get_task():
return Response(status=400,response={"Unknown error occured"})

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

0 comments on commit 064cbce

Please sign in to comment.