mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-01-27 07:58:50 +01: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 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"]
|
||||
|
@ -1,5 +1,6 @@
|
||||
public:
|
||||
app:
|
||||
html5ClientBuild: {{ .Env.TAG_HTML5 }}
|
||||
bbbServerVersion: {{ .Env.TAG_HTML5 }}-docker
|
||||
listenOnlyMode: {{ .Env.LISTEN_ONLY_MODE }}
|
||||
skipCheck: {{ .Env.DISABLE_ECHO_TEST }}
|
||||
|
Loading…
Reference in New Issue
Block a user