revert lingui changes

This commit is contained in:
Amruth Pillai
2023-11-19 10:35:12 +01:00
parent 545dffa351
commit 55d81f4771
5 changed files with 36 additions and 44 deletions

View File

@ -30,13 +30,9 @@ COPY --chown=node:node --from=build /app/.npmrc /app/package.json /app/pnpm-lock
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod --frozen-lockfile
COPY --chown=node:node --from=build /app/dist ./dist
COPY --chown=node:node --from=build /app/tools/prisma ./tools/prisma
RUN pnpm run prisma:generate
COPY --chown=node:node --from=build /app/lingui.config.ts ./lingui.config.ts
RUN pnpm run messages:compile
EXPOSE 3000
CMD [ "dumb-init", "pnpm", "run", "start" ]