How can I use dynamic uploaded images in Next.js?

28 views Asked by At

I have created app, users can upload pictures. But when user upload picture, it goes to public folder. It's not working after I dockerize my next.js, because public folder doesn't support dynamic uploads. That's why I have changed my uploads directory. Now it's not accessible from Docker, how can I fix this issue ?

0

There are 0 answers