From 7034bf131cf552bb26576c7ebea2a4c460b3715a Mon Sep 17 00:00:00 2001 From: Ionut Adrian Ciolan Date: Sat, 28 Mar 2026 02:43:58 +0200 Subject: [PATCH] testing autobuild --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d4f3548..52e3e77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,6 @@ FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build WORKDIR /app - # Copy the project file and restore dependencies COPY ["src/DiIiS-NA/Blizzless.csproj", "src/DiIiS-NA/"] RUN dotnet restore "src/DiIiS-NA/Blizzless.csproj" @@ -22,4 +21,4 @@ COPY --from=build /app/publish . # Expose the port your application is running on (if needed) EXPOSE 1345 1119 83 2001 9800 9100 # Start the application -ENTRYPOINT ["./Blizzless"] \ No newline at end of file +ENTRYPOINT ["./Blizzless"]