Setup Docker with React for Development & Production | Multi Stage Docker File & more

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ม.ค. 2025

ความคิดเห็น •

  • @frintrovert
    @frintrovert 2 หลายเดือนก่อน

    where did you get build folder app/build in 2nd stage because we only created WORKDIR /app
    where did build come from ?

  • @paulsnehasish5830
    @paulsnehasish5830 4 หลายเดือนก่อน

    where did u get the nginx folder path like /usr/.....
    BTW nice tutorial showing both dev and prod techniques

    • @codingwithabbas
      @codingwithabbas  4 หลายเดือนก่อน +1

      The /usr/share/nginx/html is the default directory used by Nginx to serve static files.

    • @paulsnehasish5830
      @paulsnehasish5830 4 หลายเดือนก่อน

      @@codingwithabbas oh thanks