Skip to content

Commit ed43d2a

Browse files
Update app.py
1 parent 0142dbc commit ed43d2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
@app.route('/')
55
def home():
6-
return "Hello from Python in Docker!"
6+
return "Hello from main branch!"
77

88
if __name__ == '__main__':
99
app.run(host='0.0.0.0', port=80)

0 commit comments

Comments
 (0)