This commit is contained in:
2025-11-04 03:45:53 +05:00
parent b886a89a14
commit fb2d6e012d

View File

@@ -19,5 +19,5 @@ COPY --from=builder /app/.next ./.next
COPY --from=builder /app/public ./public COPY --from=builder /app/public ./public
COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/node_modules ./node_modules
EXPOSE 5263 EXPOSE 3000
CMD ["npm", "start"] CMD ["npm", "start"]