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