diff options
author | Allemand <37148072+salleman33@users.noreply.github.com> | 2020-04-14 08:51:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-14 08:51:59 +0200 |
commit | 659e8418f708a26832aaa71eb472606d614504ed (patch) | |
tree | 8c4eed92dd051dd7d1d866882f2eca9fedbc091b | |
parent | 18610d2fe61dd7e5f7fbf914fabba6eaab412e6c (diff) | |
download | wekan-659e8418f708a26832aaa71eb472606d614504ed.tar.gz wekan-659e8418f708a26832aaa71eb472606d614504ed.tar.bz2 wekan-659e8418f708a26832aaa71eb472606d614504ed.zip |
Update Dockerfile
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |