Updated Dockerfile
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user