summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-10-10 19:40:28 +0300
committerLauri Ojansivu <x@xet7.org>2018-10-10 19:40:28 +0300
commit7d39283aec28f4b128350101ba12a6337718a94f (patch)
treefc9584fbd53ba8ad7b9ac803f2c6b77d7109262b /Dockerfile
parentf21afdc5f1997375f9a509df3f121cd763c07d2f (diff)
downloadwekan-7d39283aec28f4b128350101ba12a6337718a94f.tar.gz
wekan-7d39283aec28f4b128350101ba12a6337718a94f.tar.bz2
wekan-7d39283aec28f4b128350101ba12a6337718a94f.zip
- Try to fix Dockerfile.
Thanks to xet7 !
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3e60cf11..76517c07 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -130,7 +130,7 @@ ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential pyth
LDAP_SYNC_USER_DATA=false \
LDAP_SYNC_USER_DATA_FIELDMAP="" \
LDAP_SYNC_GROUP_ROLES="" \
- LDAP_DEFAULT_DOMAIN="" \
+ LDAP_DEFAULT_DOMAIN=""
# Copy the app to the image
COPY ${SRC_PATH} /home/wekan/app