mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-11 16:32:59 +00:00
add example how to build dedicated container for services such as dagent (#391)
* add example how to build dedicated container for services such as dagent Obsoletes part of https://github.com/zokradonh/kopano-docker/pull/366 Signed-off-by: Felix Bartels <felix@host-consultants.de> * add new dockerfile for dagent Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
ARG docker_repo=zokradonh
|
||||
FROM ${docker_repo}/kopano_core
|
||||
|
||||
ENV \
|
||||
EXE=/usr/sbin/kopano-dagent \
|
||||
SERVICE_TO_START=dagent
|
||||
Reference in New Issue
Block a user