fix issue with jodconverter #178

closes #178
This commit is contained in:
chandi 2021-12-21 14:24:53 +01:00
parent 8ea186fbff
commit c34f407f6d

View File

@ -10,3 +10,8 @@ RUN apt-get update && apt -y install --no-install-recommends \
fonts-liberation \
fontconfig \
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/"]