Skip to content

Commit 40c17d1

Browse files
committed
Testing CI/CD
1 parent 90ba364 commit 40c17d1

8 files changed

+1
-1
lines changed

.gitignore

100644100755
File mode changed.

Dockerfile

100644100755
File mode changed.

README.md

100644100755
File mode changed.

buildspec.yml

100644100755
File mode changed.

docker-compose.yml

100644100755
File mode changed.

docker_quickstart.py

100644100755
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 'Hello World!'
6+
return 'Hello World! Demo!'
77

88
@app.route('/fargate')
99
def hello_fargate():

logs/.gitignore

100644100755
File mode changed.

requirements.txt

100644100755
File mode changed.

0 commit comments

Comments
 (0)