fix: generate language files
This commit is contained in:
parent
18a67c90b4
commit
212af7c877
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user