fix: generate language files

This commit is contained in:
murdle 2026-02-28 18:57:39 +02:00
parent 18a67c90b4
commit 212af7c877

View File

@ -143,6 +143,9 @@ COPY tsconfigs /usr/src/app/tsconfigs
COPY packages/ ./packages/
COPY fluxer_app/ ./fluxer_app/
RUN pnpm --filter @fluxer/config generate
RUN pnpm --filter @fluxer/i18n generate
RUN cd fluxer_app && pnpm build
FROM node:24-trixie-slim AS production