1
0
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:
User123698745
2022-03-14 01:48:40 +01:00
committed by GitHub
parent 18504f2356
commit a7e70926f9

View File

@@ -1,4 +1,6 @@
.git .git
!.git/HEAD
!.git/refs/heads/*
.gitattributes .gitattributes
.github/* .github/*
.travis.yml .travis.yml