Blazor 8 Docker | Build a Blog - Ep 04.5

Поділитися
Вставка
  • Опубліковано 8 вер 2024
  • Learn how to run a Blazor 8 application in Docker. I show how to set up Docker and Docker Compose to run our combo server/client Blazor 8 application.
    Since my application is using TailwindCSS, I also show how to add the node step in the dockerfile to build and minify our tailwindcss files.
    Code from this episode can be found here:
    github.com/Scr...
    Full code for the series can be found here:
    github.com/Scr...
    Follow me on social media!
    Instagram: / scriptbytes
    Threads: www.threads.ne...
    Check out my blog!
    scriptbytes.io/

КОМЕНТАРІ • 7

  • @paulstube1927
    @paulstube1927 5 місяців тому +1

    Thanks for not wasting time with typing - clear and precise

  • @renanvolkers
    @renanvolkers Місяць тому

    Thanks for you Nice nice

  • @chillydill4703
    @chillydill4703 4 місяці тому

    Great series! Looking forward to the rest (db and the editor page for posts).

  • @shahryarsaljoughi6073
    @shahryarsaljoughi6073 4 місяці тому

    Is wasm-tools workload supposed to be present in the base image you use?
    I get some error suggesting running "dotnet workload restore" before restoring nuget. What am I missing?
    Thank you for your informative precise video, it really helps.

    • @scriptbytes
      @scriptbytes  4 місяці тому

      I'm not sure, sorry. I don't think that I've used dotnet workload before.

    • @shahryarsaljoughi6073
      @shahryarsaljoughi6073 4 місяці тому

      @@scriptbytes thank you.