change dockerfile

This commit is contained in:
Amirhossein Mahmoodi
2025-08-16 10:51:45 +03:30
parent 50fc806da3
commit 0e46787345

View File

@@ -26,7 +26,7 @@ COPY --from=builder /app/.next ./.next
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/package.json ./package.json
COPY --from=builder /app/next.config.js ./next.config.js
COPY --from=builder /app/app ./app
COPY --from=builder /app/src ./app
EXPOSE 3000