Skip to content

Commit ce4d796

Browse files
committed
notes
1 parent 1a5ea72 commit ce4d796

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

grafana/non-prod/readme.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,14 @@ The code may be found in the docker folder.
1212

1313
## Infrastructure
1414

15-
The infrastructure is built using terraform. The code may be found in the terraform folder.
15+
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

Comments
 (0)