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

add version tagging to the web and konnect image (#78)

This commit is contained in:
Felix Bartels
2019-01-11 08:06:21 +01:00
committed by GitHub
parent e59d26986b
commit a630007059
7 changed files with 39 additions and 11 deletions
+8
View File
@@ -0,0 +1,8 @@
ARG CODE_VERSION=0.4.2
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