From c34f407f6d6171a9c8e63e6837825d68413f4047 Mon Sep 17 00:00:00 2001 From: chandi Date: Tue, 21 Dec 2021 14:24:53 +0100 Subject: [PATCH] fix issue with jodconverter #178 closes #178 --- mod/jodconverter/Dockerfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mod/jodconverter/Dockerfile b/mod/jodconverter/Dockerfile index 070db8d..fdbab6f 100644 --- a/mod/jodconverter/Dockerfile +++ b/mod/jodconverter/Dockerfile @@ -9,4 +9,9 @@ RUN apt-get update && apt -y install --no-install-recommends \ fonts-noto-cjk \ fonts-liberation \ fontconfig \ - ttf-mscorefonts-installer \ No newline at end of file + 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/"] \ No newline at end of file