fix: compile i18n in app

This commit is contained in:
murdle 2026-02-28 19:15:59 +02:00
parent e3b025217b
commit 858777e2bc

View File

@ -143,8 +143,7 @@ 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 run generate:types
RUN pnpm --filter fluxer_app i18n:compile
RUN cd fluxer_app && pnpm build