From cad4f0904391d51faf45bf5cb70a52678d8fae51 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Fri, 8 Nov 2024 16:32:20 -0500 Subject: [PATCH] Add licenses file to container image (#5360) --- .dockerignore | 1 + Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/.dockerignore b/.dockerignore index 66df23b50c..6b05dfb3f8 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,6 +7,7 @@ !koku/ !docs/specs/ !db_functions/ +!licenses/ !scripts/ # keep the test files out of the final image diff --git a/Dockerfile b/Dockerfile index c9a18b09b3..b189261ffe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -97,6 +97,7 @@ ENV \ # copy the src files into the workdir COPY . . +RUN mv licenses/ / # create the koku user RUN \