mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 15:52:56 +10:00
revert lingui changes
This commit is contained in:
@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user