diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2023-11-01 13:06:40 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2023-11-01 13:06:40 +0300 |
| commit | 5cfde4cada59052a963903627752fb85d055267c (patch) | |
| tree | 723948d9a8477d10445dbe616a72a91495fbfc1b | |
| parent | 1be156408af4f9291790dbda7131fd99369ca48f (diff) | |
pass .git to docker context so self-built images would have some way to determine version without CI variables
| -rw-r--r-- | .dockerignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.dockerignore b/.dockerignore index e8d95d4f1..ccddceef2 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,3 @@ -.git/ cache/ plugins.local/ templates.local/ |