mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-09 20:12:26 +10:00
fix dockerfile
This commit is contained in:
@ -30,8 +30,11 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user