mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-21 14:56:28 +00:00
Makefile adjustments reorder Makefile adds image for kwmserver adds image for meet add Meet to compose clean up proxy configuration move kcconf.py into the base image
9 lines
170 B
Docker
9 lines
170 B
Docker
ARG CODE_VERSION=0.5.0
|
|
FROM kopano/kwebd:${CODE_VERSION}
|
|
ARG CODE_VERSION
|
|
ENV CODE_VERSION="${CODE_VERSION}"
|
|
|
|
COPY wrapper.sh /usr/local/bin
|
|
COPY kweb.cfg /etc/kweb.cfg
|
|
|