Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit d9d84e9

Browse files
Ajustes docker
1 parent b5093f3 commit d9d84e9

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

examples/lambda_api/docker/python/entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ bash ./scripts/boot.sh
1919
# bash ./scripts/boot-queues.sh
2020

2121
# execute the flask
22-
flask run --host 0.0.0.0
22+
#flask run --host 0.0.0.0
23+
python3 server.py

examples/lambda_api_restful/docker/python/entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ bash ./scripts/boot.sh
1919
# bash ./scripts/boot-queues.sh
2020

2121
# execute the flask
22-
flask run --host 0.0.0.0
22+
#flask run --host 0.0.0.0
23+
python3 server.py

examples/lambda_sqs/docker/python/entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ bash ./scripts/boot.sh
1919
# bash ./scripts/boot-queues.sh
2020

2121
# execute the flask
22-
# flask run --host 0.0.0.0
22+
# flask run --host 0.0.0.0
23+
python3 server.py

examples/lambda_sqs_light/docker/python/entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ bash ./scripts/boot.sh
1919
# bash ./scripts/boot-queues.sh
2020

2121
# execute the flask
22-
# flask run --host 0.0.0.0
22+
#flask run --host 0.0.0.0
23+
python3 server.py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# For lambda projects this file must be empty

0 commit comments

Comments
 (0)