Skip to content

Commit

Permalink
build(docker): #138 Allow .git in build context (#155)
Browse files Browse the repository at this point in the history
We may want to have a more elegant solution in the future (see
discussion in #138), but this works for now to include git status in the
manifest export.

Closes: #138
  • Loading branch information
AlexAxthelm authored Feb 22, 2024
1 parent 6de425b commit aded947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*
# include certain files
!.env
!.git
!config.yml
!DESCRIPTION
!LICENSE
Expand Down

0 comments on commit aded947

Please sign in to comment.