mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-23 06:12:52 +00:00
add dedicated docker container for some utils
fixes https://github.com/zokradonh/kopano-docker/issues/57 Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
@@ -23,7 +23,7 @@ export
|
||||
# convert lowercase componentname to uppercase
|
||||
COMPONENT = $(shell echo $(component) | tr a-z A-Z)
|
||||
|
||||
build-all: build-ssl build-base build-core build-webapp build-zpush build-kweb build-ldap-demo
|
||||
build-all: build-ssl build-base build-core build-utils build-webapp build-zpush build-kweb build-ldap-demo
|
||||
|
||||
build: component ?= base
|
||||
build:
|
||||
@@ -46,6 +46,9 @@ build-base:
|
||||
build-core:
|
||||
component=core make build
|
||||
|
||||
build-utils:
|
||||
component=utils make build
|
||||
|
||||
build-webapp:
|
||||
component=webapp make build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user