ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
The only video on the whole youtube which explains docker with nextjs, with example of dev and prod. you are legend mann!!
I finally found it. Thanks a lot!
me too 😄
Very useful video mate! Thank you so much for sharing
I copied ur repo and the changes don't hot reload using the development mode - what's up?
Have you cloned the entire repo?
Don't know why this command work>docker-compose -f docker-compose-prod.yml up --build -dinstead ofdocker-compose -f docker-compose-prod.yml up -d --build
The only video on the whole youtube which explains docker with nextjs, with example of dev and prod. you are legend mann!!
I finally found it. Thanks a lot!
me too 😄
Very useful video mate! Thank you so much for sharing
I copied ur repo and the changes don't hot reload using the development mode - what's up?
Have you cloned the entire repo?
Don't know why this command work
>docker-compose -f docker-compose-prod.yml up --build -d
instead of
docker-compose -f docker-compose-prod.yml up -d --build