mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 16:06:14 +00:00
make build phony
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
f4bfb5ede8
commit
246638297e
4
Makefile
4
Makefile
@ -28,6 +28,7 @@ COMPONENT = $(shell echo $(component) | tr a-z A-Z)
|
||||
|
||||
build-all: build-ssl build-base build-core build-utils build-webapp build-zpush build-kweb build-konnect build-playground build-ldap-demo
|
||||
|
||||
.PHONY: build
|
||||
build: component ?= base
|
||||
build:
|
||||
docker build \
|
||||
@ -154,3 +155,6 @@ test-quick:
|
||||
docker-compose -f $(COMPOSE_FILE) stop || true
|
||||
docker-compose -f $(COMPOSE_FILE) up -d
|
||||
docker-compose -f $(COMPOSE_FILE) ps
|
||||
|
||||
test-stop:
|
||||
docker-compose -f $(COMPOSE_FILE) stop || true
|
||||
|
Loading…
x
Reference in New Issue
Block a user