Updated Dockerfile

This commit is contained in:
Jose Selesan
2026-04-13 13:45:28 -03:00
parent c409d44765
commit 1d09716492

View File

@@ -60,8 +60,7 @@ FROM oven/bun:1.3.11 AS runner
WORKDIR /app WORKDIR /app
ENV NODE_ENV=production HOST=0.0.0.0 PORT=3000 ENV NODE_ENV=production HOST=0.0.0.0 PORT=3000
COPY --from=deps-backend /app/node_modules ./node_modules COPY --from=build-backend /app/node_modules ./node_modules
COPY --from=build-backend /app/apps/backend/node_modules/.prisma ./apps/backend/node_modules/.prisma
COPY --from=build-frontend /app/apps/frontend/dist ./apps/backend/public COPY --from=build-frontend /app/apps/frontend/dist ./apps/backend/public
COPY --from=build-backend /app/apps/backend ./apps/backend COPY --from=build-backend /app/apps/backend ./apps/backend
COPY --from=build-backend /app/packages ./packages COPY --from=build-backend /app/packages ./packages