1 parent 768d601 commit 052df49Copy full SHA for 052df49
1 file changed
app.py
@@ -3,7 +3,7 @@
3
4
@app.route('/')
5
def hello():
6
- return "Hello, GitHub Actions + Docker 🎉"
+ return "Hello kamu, GitHub Actions + Docker 🎉"
7
8
if __name__ == "__main__":
9
app.run(host="0.0.0.0", port=5000)
0 commit comments