summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorAllemand <37148072+salleman33@users.noreply.github.com>2020-04-14 08:51:59 +0200
committerGitHub <noreply@github.com>2020-04-14 08:51:59 +0200
commit659e8418f708a26832aaa71eb472606d614504ed (patch)
tree8c4eed92dd051dd7d1d866882f2eca9fedbc091b /Dockerfile
parent18610d2fe61dd7e5f7fbf914fabba6eaab412e6c (diff)
downloadwekan-659e8418f708a26832aaa71eb472606d614504ed.tar.gz
wekan-659e8418f708a26832aaa71eb472606d614504ed.tar.bz2
wekan-659e8418f708a26832aaa71eb472606d614504ed.zip
Update Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 63002e79..67f7d329 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -113,7 +113,8 @@ ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-
CORS_EXPOSE_HEADERS="" \
DEFAULT_AUTHENTICATION_METHOD="" \
SCROLLINERTIA="0" \
- SCROLLAMOUNT="auto"
+ SCROLLAMOUNT="auto" \
+ PASSWORD_LOGIN_ENABLED=true
# Copy the app to the image
COPY ${SRC_PATH} /home/wekan/app