1
0
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:
Felix Bartels
2018-12-12 12:53:48 +01:00
parent de5e17078f
commit 8bc2ae557b
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -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