We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0142dbc commit ed43d2aCopy full SHA for ed43d2a
1 file changed
app.py
@@ -3,7 +3,7 @@
3
4
@app.route('/')
5
def home():
6
- return "Hello from Python in Docker!"
+ return "Hello from main branch!"
7
8
if __name__ == '__main__':
9
app.run(host='0.0.0.0', port=80)
0 commit comments