testing autobuild 2
All checks were successful
Docker Build / docker build (push) Successful in -27s

This commit is contained in:
Ionut Adrian Ciolan 2026-03-28 02:50:09 +02:00
parent 4b6473b135
commit a55683d903

View File

@ -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