We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8654efe commit 1bbe659Copy full SHA for 1bbe659
app/app.py
@@ -7,5 +7,4 @@ def hello():
7
return "Hello from DevOps on Azure VM with CI/CD!"
8
9
if __name__ == '__main__':
10
- app.run(host='0.0.0.0', port=5000)
11
-
+ app.run(host='0.0.0.0', port=5000)
0 commit comments