Skip to content

Commit

Permalink
Add licenses file to container image (#5360)
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran authored Nov 8, 2024
1 parent 2bac652 commit cad4f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
!koku/
!docs/specs/
!db_functions/
!licenses/
!scripts/

# keep the test files out of the final image
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ ENV \

# copy the src files into the workdir
COPY . .
RUN mv licenses/ /

# create the koku user
RUN \
Expand Down

0 comments on commit cad4f09

Please sign in to comment.