Name card done

This commit is contained in:
2025-11-11 12:25:39 +01:00
parent d5071dbf69
commit 0f1fff0609
8 changed files with 174 additions and 38 deletions

View File

@@ -8,4 +8,9 @@ RUN npm install
COPY . .
CMD ["node", "app.js"]
RUN apt-get update && apt-get install -y fontconfig
RUN mkdir -p /usr/local/share/fonts/truetype/fredoka
COPY ./wwwroot/assets/fonts/Fredoka/fredoka.ttf /usr/local/share/fonts/truetype/fredoka/fredoka.ttf
RUN fc-cache -fv
CMD ["npm", "run", "name-card-test"]