From a55683d90354e3701ff67514a9778bdf024022a3 Mon Sep 17 00:00:00 2001 From: Ionut Adrian Ciolan Date: Sat, 28 Mar 2026 02:50:09 +0200 Subject: [PATCH] testing autobuild 2 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 52e3e77..6c61d1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,8 @@ COPY ["src/", "src/"] WORKDIR "/app/src/DiIiS-NA" RUN dotnet publish "Blizzless.csproj" -c Release --runtime linux-x64 --self-contained true -o /app/publish +RUN echo "muie steaua" + # Use the official .NET runtime image to run the application FROM mcr.microsoft.com/dotnet/aspnet:7.0 AS runtime WORKDIR /app