We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5ea72 commit ce4d796Copy full SHA for ce4d796
grafana/non-prod/readme.md
@@ -12,4 +12,14 @@ The code may be found in the docker folder.
12
13
## Infrastructure
14
15
-The infrastructure is built using terraform. The code may be found in the terraform folder.
+The infrastructure is built using terraform. The code may be found in the terraform folder.
16
+
17
+to rebuild the docker image from the ECR to ECS, run
18
+```
19
+terraform taint aws_ecs_task_definition.app
20
21
22
+to review the docker image
23
24
+docker image inspect imms-fhir-api-grafana:11.0.0-22.04_stable
25
0 commit comments