summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-12-22 09:44:58 +0200
committerLauri Ojansivu <x@xet7.org>2019-12-22 09:44:58 +0200
commite142acfdb745747c020a1bd5b1974b619d5bdb6d (patch)
tree253d3c37cb4caa66167c4c9ad4f3bef2d395b2bb /Dockerfile
parente928660bc0b1f873696fe5fece988a5be6fc2c4e (diff)
downloadwekan-e142acfdb745747c020a1bd5b1974b619d5bdb6d.tar.gz
wekan-e142acfdb745747c020a1bd5b1974b619d5bdb6d.tar.bz2
wekan-e142acfdb745747c020a1bd5b1974b619d5bdb6d.zip
Remove LINKED_CARDS_ENABLED settings, because it does not work.
Thanks to xet7 !
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index c36ee5aa..62c60390 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -110,8 +110,7 @@ ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-
CORS="" \
CORS_ALLOW_HEADERS="" \
CORS_EXPOSE_HEADERS="" \
- DEFAULT_AUTHENTICATION_METHOD="" \
- LINKED_CARDS_ENABLED=true
+ DEFAULT_AUTHENTICATION_METHOD=""
# Copy the app to the image
COPY ${SRC_PATH} /home/wekan/app