fix: barcode font no display correctly
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s

This commit is contained in:
Methapon2001 2025-05-13 14:31:37 +07:00
parent 2d0d977617
commit 0affb5337f

View file

@ -4,7 +4,8 @@ ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
RUN apt-get update && apt-get install -y openssl
RUN apt-get update && apt-get install -y openssl fontconfig
RUN fc-cache -f -v
RUN pnpm i -g prisma prisma-kysely
WORKDIR /app