test deploy
This commit is contained in:
parent
87453f3263
commit
5194794c2c
@ -18,7 +18,7 @@ COPY . .
|
||||
RUN dotnet publish "./DailyDigestWorker.csproj" -c Release -o /app/publish --no-restore
|
||||
|
||||
# --- Финальная стадия ---
|
||||
FROM mcr.microsoft.com/dotnet/runtime:8.0 AS final
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS final
|
||||
WORKDIR /app
|
||||
COPY --from=build /app/publish .
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user