mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-25 01:23:09 +01:00
parent
8ea186fbff
commit
c34f407f6d
@ -10,3 +10,8 @@ RUN apt-get update && apt -y install --no-install-recommends \
|
|||||||
fonts-liberation \
|
fonts-liberation \
|
||||||
fontconfig \
|
fontconfig \
|
||||||
ttf-mscorefonts-installer
|
ttf-mscorefonts-installer
|
||||||
|
|
||||||
|
|
||||||
|
# avoid "APPLICATION FAILED TO START. Config data location '/etc/app/' does not exist"
|
||||||
|
# https://github.com/bigbluebutton/docker/issues/178
|
||||||
|
CMD ["--spring.config.additional-location=optional:/etc/app/"]
|
Loading…
Reference in New Issue
Block a user