mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-21 05:13:22 +00:00
remove attributes already indexed from optimize-index.ldif
add some more images to build-all make target let compose start in the background with make test 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-all: build-ssl build-base build-core build-webapp build-zpush build-kweb build-ldap-demo
|
||||
|
||||
build: component ?= base
|
||||
build:
|
||||
@@ -116,4 +116,4 @@ test:
|
||||
docker-compose down -v || true
|
||||
make build-all
|
||||
docker-compose build
|
||||
docker-compose up
|
||||
docker-compose up -d
|
||||
|
||||
Reference in New Issue
Block a user