forked from extern/docker
parent
8ea186fbff
commit
c34f407f6d
@ -9,4 +9,9 @@ RUN apt-get update && apt -y install --no-install-recommends \
|
|||||||
fonts-noto-cjk \
|
fonts-noto-cjk \
|
||||||
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