1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

enhance example for installing plugins at build time (#458)

* enhance example for installing plugins at build time

Relates to https://github.com/zokradonh/kopano-docker/issues/457

* do not always rebuild the webapp base when building the webapp plugins image
documentation
This commit is contained in:
Felix Bartels
2020-09-26 15:44:26 +02:00
committed by GitHub
parent 2c783d7256
commit d3ef8b472a
3 changed files with 29 additions and 2 deletions
+3 -1
View File
@@ -187,11 +187,13 @@ build-webapp: build-php
build-webapp-demo: build-webapp ## Replaces the actual kopano_webapp container with one that has login hints for demo.kopano.com.
docker build --rm \
--build-arg docker_repo=$(docker_repo) \
-f webapp/Dockerfile.demo \
-t $(docker_repo)/kopano_webapp webapp/
build-webapp-plugins: build-webapp ## Example for a custom image to install Kopano WebApp plugins
build-webapp-plugins: ## Example for a custom image to install Kopano WebApp plugins
docker build --rm \
--build-arg docker_repo=$(docker_repo) \
-f webapp/Dockerfile.plugins \
-t $(docker_repo)/kopano_webapp webapp/