From 39c2ac9c8203b5bec436304bd4129299bb035a0a Mon Sep 17 00:00:00 2001 From: Ashleigh Carr Date: Wed, 24 Apr 2024 12:55:07 +0100 Subject: [PATCH] Add `volume` directive to ECS Dockerfile Co-authored-by: Natasha <67543397+NovemberTang@users.noreply.github.com> --- ecs/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ecs/Dockerfile b/ecs/Dockerfile index 714d7fb..7a0eef1 100644 --- a/ecs/Dockerfile +++ b/ecs/Dockerfile @@ -14,3 +14,5 @@ ENV aws_fluent_bit_init_file_3 /guardian.conf ADD guardian-parsers.conf /guardian-parsers.conf ADD guardian.conf /guardian.conf + +VOLUME [ "/init" ] \ No newline at end of file