mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 16:06:14 +00:00
* precreate meet keys in ssl, but do the actual action in konnect * generate all keys for meet within Konnect * incorporate explicit logging and settings set by ucs app * make konnect container more dynamic * set default oidc_issuer_identifier * print size of container * builder image is not required for security scanning * define entrypoint instead of using command * more cleanup of testing containers * give logs in case of error
7 lines
106 B
Docker
7 lines
106 B
Docker
ARG docker_repo=zokradonh
|
|
FROM ${docker_repo}/kopano_scheduler
|
|
|
|
COPY test.sh /start.sh
|
|
|
|
CMD ["/start.sh"]
|