mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-11 16:32:59 +00:00
Specify config location through KOPANO_CONFIG_PATH env variable (#352)
* Specify config location through KOPANO_CONFIG_PATH env variable * add commander test to verify config is honoured by cli programs * remove wrappers other than kopano-cli as it cannot make use of KOPANO_CONFIG_PATH Fixes: https://github.com/zokradonh/kopano-docker/issues/351
This commit is contained in:
+2
-2
@@ -14,8 +14,8 @@ ARG KOPANO_GID=999
|
||||
|
||||
ENV \
|
||||
BASE_VERSION=2.0.0 \
|
||||
DEBUG="" \
|
||||
DEBIAN_FRONTEND=noninteractive
|
||||
DEBIAN_FRONTEND=noninteractive \
|
||||
DEBUG=""
|
||||
|
||||
LABEL maintainer=az@zok.xyz \
|
||||
org.label-schema.name="Kopano base container" \
|
||||
|
||||
Reference in New Issue
Block a user