Skip to content

Commit 7ad8e1a

Browse files
committed
Updating to codebuild - testing 2
1 parent 7709d2b commit 7ad8e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker_quickstart.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 hello_world():
6-
return 'Flask Dockerized. Hello!'
6+
return 'Flask Dockerized. Hello!!'
77

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

0 commit comments

Comments
 (0)