1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-22 22:03:03 +00:00

Merge pull request #149 from fbartels/kopano-demo

add small modification for use on demo.kopano.com
This commit is contained in:
Felix Bartels
2019-05-03 10:13:24 +02:00
committed by GitHub
2 changed files with 11 additions and 0 deletions
+6
View File
@@ -147,6 +147,12 @@ build-web:
build-webapp: build-php
component=webapp make build
# replaces the actual kopano_webapp container with one that has login hints for demo.kopano.com
build-webapp-demo:
docker build \
-f webapp/Dockerfile.demo \
-t $(docker_repo)/kopano_webapp webapp/
build-zpush:
component=zpush make build