fix: solve broken Docker build with alpine image

Commit b8f35ce excluded `docker_config.json` by changing .dockerignore rules
and this was not reverted by 46d8046. This commit adds the exception
back.

Fixes #2484
This commit is contained in:
Vinicius Almendra 2023-05-31 18:42:15 +02:00
parent 6744cd47ce
commit c81133c1de

View File

@ -1,3 +1,4 @@
*
!docker/*
!docker_config.json
!filebrowser