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

Commit 8b37f42

Browse files
committed
changed image for flower proxy
1 parent a61db69 commit 8b37f42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

awscdk/awscdk/flower.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ def __init__(self, scope: core.Construct, id: str, **kwargs,) -> None:
4040

4141
self.flower_task.add_container(
4242
"FlowerProxyContainer",
43-
# image=ecs.AssetImage("./nginx/flowerproxy"),
44-
image=ecs.ContainerImage.from_registry("nginx"),
43+
image=ecs.AssetImage("./nginx/flowerproxy"),
44+
# image=ecs.ContainerImage.from_registry("nginx"),
4545
)
4646

4747
port_mapping = ecs.PortMapping(

0 commit comments

Comments
 (0)