Merge pull request #100 from vbaidak/noto-emoji-font

Noto emoji font
This commit is contained in:
Julien Neuhart
2019-07-28 18:04:49 +02:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -90,6 +90,8 @@ RUN apt-get install -y \
fonts-ipafont-gothic \
fonts-unfonts-core
COPY build/base/* /usr/share/fonts/
COPY build/base/fonts.conf /etc/fonts/conf.d/100-gotenberg.conf
# |--------------------------------------------------------------------------
@@ -105,4 +107,4 @@ RUN groupadd --gid 1001 gotenberg \
&& mkdir /gotenberg \
&& chown gotenberg: /gotenberg
ENV PM2_HOME=/gotenberg/.pm2
ENV PM2_HOME=/gotenberg/.pm2

Binary file not shown.