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:
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user