summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorAkuket <guillaume.cassou@orange.fr>2019-11-28 11:55:36 +0100
committerAkuket <guillaume.cassou@orange.fr>2019-11-28 11:55:36 +0100
commit07724f99ae909b044f17bc3c0b1f800237747f86 (patch)
treee5439cc44f227ff68ca3b1b45eebf501fa1b9950 /Dockerfile
parent8898862d36b1f0fe8e7d7bdc80064e5106894d29 (diff)
downloadwekan-07724f99ae909b044f17bc3c0b1f800237747f86.tar.gz
wekan-07724f99ae909b044f17bc3c0b1f800237747f86.tar.bz2
wekan-07724f99ae909b044f17bc3c0b1f800237747f86.zip
Add LINKED_CARDS_ENABLED env var
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 41df2126..6b9a1d04 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