diff options
| -rw-r--r-- | .dockerignore | 6 | ||||
| -rw-r--r-- | CHANGELOG.md | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.dockerignore b/.dockerignore index f8bcd3baf..fa42e0e9c 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,3 @@ -.git/* -data/* -docs/* +**/.git/ +**/data/ +**/docs/ diff --git a/CHANGELOG.md b/CHANGELOG.md index a497526cc..c2096bf44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ * Support for `HTTP_X_FORWARDED_PREFIX` to ease the use of reverse proxies [#2191](https://github.com/FreshRSS/FreshRSS/pull/2191) * Updated Docker + Træfik + Let’s Encrypt deployment guide [#2189](https://github.com/FreshRSS/FreshRSS/pull/2189) * Docker image updated to Alpine 3.8.2 with PHP 7.2.13 and Apache 2.4.35 - * Fix `.dockerignore` [#2190](https://github.com/FreshRSS/FreshRSS/pull/2190) + * Fix `.dockerignore` [#2195](https://github.com/FreshRSS/FreshRSS/pull/2195) * I18n * Occitan [#2110](https://github.com/FreshRSS/FreshRSS/pull/2110) * SimplePie |
