mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-04-18 15:58:35 +02:00
html5: fix display of version
This commit is contained in:
parent
2822132ee0
commit
4225a57f96
@ -37,4 +37,8 @@ COPY --from=builder --chown=meteor:meteor /app/bundle /app
|
|||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
COPY bbb-html5.yml /app/bbb-html5.yml.tmpl
|
COPY bbb-html5.yml /app/bbb-html5.yml.tmpl
|
||||||
|
|
||||||
|
# expose TAG_HTML5 in container for the version display
|
||||||
|
ARG TAG_HTML5
|
||||||
|
ENV TAG_HTML5 $TAG_HTML5
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
public:
|
public:
|
||||||
app:
|
app:
|
||||||
|
html5ClientBuild: {{ .Env.TAG_HTML5 }}
|
||||||
bbbServerVersion: {{ .Env.TAG_HTML5 }}-docker
|
bbbServerVersion: {{ .Env.TAG_HTML5 }}-docker
|
||||||
listenOnlyMode: {{ .Env.LISTEN_ONLY_MODE }}
|
listenOnlyMode: {{ .Env.LISTEN_ONLY_MODE }}
|
||||||
skipCheck: {{ .Env.DISABLE_ECHO_TEST }}
|
skipCheck: {{ .Env.DISABLE_ECHO_TEST }}
|
||||||
|
Loading…
Reference in New Issue
Block a user