Skip to content

Commit

Permalink
Merge pull request #160 from icefoganalytics/test
Browse files Browse the repository at this point in the history
Font fixes for build
  • Loading branch information
datajohnson authored Sep 26, 2023
2 parents f3ab7fa + a7e2fd7 commit c9a8866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache \
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \
PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser

COPY fonts/*.ttf /usr/share/fonts
COPY fonts/*.ttf /usr/share/fonts/
RUN fc-cache -fv

RUN mkdir /home/node/app && chown -R node:node /home/node/app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<tr>
<td>{{this.cert_num}}</td>
<td>{{this.msfaa_num}}</td>
<td>{{momentDateFormatDefault this.ecert_sent_date "YYYY-MM-DD" ""}}</td>
<td>{{momentDateFormatDefault this.received_date "YYYY-MM-DD" ""}}</td>
<td>{{this.name}}</td>
<td>{{this.request_type}}</td>
<td>{{momentDateFormatDefault this.issue_date "YYYY-MM-DD" ""}}</td>
Expand Down

0 comments on commit c9a8866

Please sign in to comment.