Do not ignore config file for Docker image
This commit is contained in:
parent
0c81422c34
commit
e12b0c1f00
|
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
|
||||
define('ENABLE_URL_REWRITE', true);
|
||||
|
|
@ -18,4 +18,5 @@ config.php
|
|||
data/files
|
||||
data/cache
|
||||
/vendor
|
||||
*.bak
|
||||
*.bak
|
||||
!.docker/kanboard/config.php
|
||||
|
|
|
|||
Loading…
Reference in New Issue