Add LINKED_CARDS_ENABLED env var

This commit is contained in:
Akuket 2019-11-28 11:55:36 +01:00
parent 8898862d36
commit 07724f99ae
5 changed files with 17 additions and 2 deletions

View file

@ -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