Skip to content

Commit 1bbe659

Browse files
committed
Required changes dockerfile
1 parent 8654efe commit 1bbe659

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/app.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ def hello():
77
return "Hello from DevOps on Azure VM with CI/CD!"
88

99
if __name__ == '__main__':
10-
app.run(host='0.0.0.0', port=5000)
11-
10+
app.run(host='0.0.0.0', port=5000)

0 commit comments

Comments
 (0)