Build stage:
RUN dotnet publish --no-restore --no-self-contained --arch $TARGETARCH --use-current-runtime --output /app src/api/api.csproj
Application stage:
devblogs.microsoft.com/dotnet/annou...
Simple and hopefully safe by default?
Build stage:
RUN dotnet publish --no-restore --no-self-contained --arch $TARGETARCH --use-current-runtime --output /app src/api/api.csproj
Application stage:
devblogs.microsoft.com/dotnet/annou...
Simple and hopefully safe by default?
How are you handling dependencies for shared actions, are you adding node_modules to git?
How are you handling dependencies for shared actions, are you adding node_modules to git?
patriksvensson.se/posts/2025/0...
- Enable shadow copy learn.microsoft.com/en-us/aspnet...
- Make sure that the application pool user has accees to the folder
- Make sure that web.config is always copied so that the application is restarted
- Enable shadow copy learn.microsoft.com/en-us/aspnet...
- Make sure that the application pool user has accees to the folder
- Make sure that web.config is always copied so that the application is restarted
learn.microsoft.com/en-us/aspnet...
I couldn't be the only one looking for a similar flow for DX?
learn.microsoft.com/en-us/aspnet...
I couldn't be the only one looking for a similar flow for DX?