fix: wrong command

This commit is contained in:
murdle 2026-02-28 19:01:14 +02:00
parent 212af7c877
commit e3b025217b

View File

@ -144,7 +144,7 @@ COPY packages/ ./packages/
COPY fluxer_app/ ./fluxer_app/
RUN pnpm --filter @fluxer/config generate
RUN pnpm --filter @fluxer/i18n generate
RUN pnpm --filter @fluxer/i18n run generate:types
RUN cd fluxer_app && pnpm build