mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-23 18:01:22 +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/HEAD
|
||||
!.git/refs/heads/*
|
||||
.gitattributes
|
||||
.github/*
|
||||
.travis.yml
|
||||
|
Reference in New Issue
Block a user