mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 16:06:14 +00:00
use scheduler image as base after dockerize round also execute some other commands clean up test containers after run switch kopano-admin to listing users (also more helpful when debugging) comment kopano-cli for the moment
8 lines
107 B
Docker
8 lines
107 B
Docker
ARG docker_repo=zokradonh
|
|
FROM ${docker_repo}/kopano_scheduler
|
|
|
|
COPY test.sh /start.sh
|
|
|
|
CMD ["/start.sh"]
|
|
|