debug false
All checks were successful
Build and Push Docker Images / build (push) Successful in 35s
All checks were successful
Build and Push Docker Images / build (push) Successful in 35s
This commit is contained in:
parent
90b4649ecc
commit
4768f750e3
Binary file not shown.
@ -20,4 +20,4 @@ def get_jobs():
|
|||||||
return jsonify(jobs)
|
return jsonify(jobs)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.run(debug=True, host='0.0.0.0')
|
app.run(debug=False, host='0.0.0.0')
|
||||||
|
Loading…
Reference in New Issue
Block a user