mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-23 09:51:17 +02:00
[Docker file] Fix wrong version string in docker images (#2497)
do not fully ignore git directory when building docker images ".git/HEAD" and ".git/refs/heads/*" are required by "getVersion()" in "lib/Configuration.php" to build the version string
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
.git
|
.git
|
||||||
|
!.git/HEAD
|
||||||
|
!.git/refs/heads/*
|
||||||
.gitattributes
|
.gitattributes
|
||||||
.github/*
|
.github/*
|
||||||
.travis.yml
|
.travis.yml
|
||||||
|
Reference in New Issue
Block a user