We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9f66e commit b1bdf9cCopy full SHA for b1bdf9c
1 file changed
microservices/builder_image/server.py
@@ -144,5 +144,5 @@ def analyse_request_errors(request_validator, train_filename,
144
if __name__ == "__main__":
145
app.run(
146
host=os.environ[BUILDER_HOST_IP],
147
- port=int(os.environ[BUILDER_HOST_PORT]), debug=True
+ port=int(os.environ[BUILDER_HOST_PORT])
148
)
0 commit comments