1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00

set CADDYPATH (#396)

This commit is contained in:
Felix Bartels 2020-05-11 15:39:10 +02:00 committed by GitHub
parent 9bba2ec77e
commit 2974903dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,8 @@ if [ $# -gt 0 ]; then
exit exit
fi fi
export CADDYPATH="$KOPANO_KWEB_ASSETS_PATH"
# services need to be aware of the machine-id # services need to be aware of the machine-id
if [ "$AUTOCONFIG" = "yes" ]; then if [ "$AUTOCONFIG" = "yes" ]; then
dockerize \ dockerize \