Pedro  Furlan
Pedro Furlan
CC#
Created by Pedro Furlan on 3/31/2023 in #help
✅ Docker Compose don't execute images in order
Hey everyone ! I've create a docker compose for my personal project , and i wanna run in order of image. In my example , i have an docker image who was created by dockerfile, and after this , an image of Sql Server. In my dockerfile personal project , i clean and build the project to verify if it's ok to proceed , then , i run the command : WORKDIR /src/Portifolio.Infrastructure.Database RUN dotnet ef database update -v -s ../Portifolio.WebApi in this point , it was suppose the sql image be already created to run this command , but , independent of the order i put in compose file , he ignores me , and run always first my docker build (dockerfile). Follow my docker compose and my dockerfile in attachment to analisys.
4 replies
CC#
Created by Pedro Furlan on 1/10/2023 in #help
✅ Foreach vs Parallel.ForEach with Async mehtods
7 replies
CC#
Created by Pedro Furlan on 1/4/2023 in #help
✅ ✅ Generate migrations with EF on sqlserver image docker taking too much time
14 replies