summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-12-20 16:12:29 +0200
committerGitHub <noreply@github.com>2019-12-20 16:12:29 +0200
commit492ed2bdc2b7e2e228109f4d411dd99b794b9ff7 (patch)
tree15ee59d15acc4883fe301a476e05df01e20cb62a /Dockerfile
parentafe7d4991d09192d416cc1f82c85e5febe22487e (diff)
parentc77979ff134b91fa6c7226520c1463a62ea2eac0 (diff)
downloadwekan-492ed2bdc2b7e2e228109f4d411dd99b794b9ff7.tar.gz
wekan-492ed2bdc2b7e2e228109f4d411dd99b794b9ff7.tar.bz2
wekan-492ed2bdc2b7e2e228109f4d411dd99b794b9ff7.zip
Merge pull request #2834 from Akuket/master
Issue #2688
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 62c60390..24dfb1ac 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -111,6 +111,7 @@ ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-
CORS_ALLOW_HEADERS="" \
CORS_EXPOSE_HEADERS="" \
DEFAULT_AUTHENTICATION_METHOD=""
+ LINKED_CARDS_ENABLED=true
# Copy the app to the image
COPY ${SRC_PATH} /home/wekan/app