NexJS next-image not working on my server

Viewed 24

Hello I have a website which is developed Nextjs. I use Next Image for the images. When ı build my project and locally run it (yarn start) everything is fine . enter image description here But when ı want to run it on digitalocean server with ducker the images does not show . How can ı solve this? enter image description here

Here next config file :

enter image description here

The error, enter image description here

Here is my docker file . https://gist.github.com/kubilaybzk/851946f91b8bffb7bb989be90c9b0669

0 Answers
Related