diff --git a/BMA.EHR.Report.Service/Dockerfile b/BMA.EHR.Report.Service/Dockerfile index dce4bfcc..819b9d09 100644 --- a/BMA.EHR.Report.Service/Dockerfile +++ b/BMA.EHR.Report.Service/Dockerfile @@ -33,6 +33,11 @@ COPY ./BMA.EHR.Report.Service/Fonts/THSarabunNew.ttf /usr/share/fonts/truetype/ COPY ./BMA.EHR.Report.Service/Fonts/THSarabunNewBold.ttf /usr/share/fonts/truetype/ COPY ./BMA.EHR.Report.Service/Fonts/THSarabunNewItalic.ttf /usr/share/fonts/truetype/ COPY ./BMA.EHR.Report.Service/Fonts/THSarabunNewBoldItalic.ttf /usr/share/fonts/truetype/ + +COPY ./BMA.EHR.Report.Service/Fonts/THSarabun.ttf /usr/share/fonts/truetype/ +COPY ./BMA.EHR.Report.Service/Fonts/THSarabun Bold.ttf /usr/share/fonts/truetype/ +COPY ./BMA.EHR.Report.Service/Fonts/THSarabun Italic.ttf /usr/share/fonts/truetype/ +COPY ./BMA.EHR.Report.Service/Fonts/THSarabun BoldItalic.ttf /usr/share/fonts/truetype/ RUN fc-cache -f -v WORKDIR /app diff --git a/BMA.EHR.Report.Service/Fonts/THSarabun Bold.ttf b/BMA.EHR.Report.Service/Fonts/THSarabun Bold.ttf new file mode 100644 index 00000000..a1b854b5 Binary files /dev/null and b/BMA.EHR.Report.Service/Fonts/THSarabun Bold.ttf differ diff --git a/BMA.EHR.Report.Service/Fonts/THSarabun BoldItalic.ttf b/BMA.EHR.Report.Service/Fonts/THSarabun BoldItalic.ttf new file mode 100644 index 00000000..beb5249d Binary files /dev/null and b/BMA.EHR.Report.Service/Fonts/THSarabun BoldItalic.ttf differ diff --git a/BMA.EHR.Report.Service/Fonts/THSarabun Italic.ttf b/BMA.EHR.Report.Service/Fonts/THSarabun Italic.ttf new file mode 100644 index 00000000..2ce0e49a Binary files /dev/null and b/BMA.EHR.Report.Service/Fonts/THSarabun Italic.ttf differ diff --git a/BMA.EHR.Report.Service/Fonts/THSarabun.ttf b/BMA.EHR.Report.Service/Fonts/THSarabun.ttf new file mode 100644 index 00000000..d2abad15 Binary files /dev/null and b/BMA.EHR.Report.Service/Fonts/THSarabun.ttf differ