This commit is contained in:
2026-08-03 23:34:07 +08:00
parent 573cfb98af
commit 5b9c6bec35
7 changed files with 95 additions and 4 deletions
-4
View File
@@ -12,10 +12,6 @@ RUN npm install -g pm2 sequelize-cli
# Not available as an apk package, so lift the binary out of pandoc/typst.
COPY --from=typst /usr/bin/typst /usr/local/bin/typst
# Arimo is metric-compatible with Arial (open license — real Arial can't be
# bundled). certificate.typ references it by this family name.
RUN apk add --no-cache font-arimo && fc-cache -f 2>/dev/null || true
WORKDIR /app
# Install production dependencies only