testing autobuild

This commit is contained in:
Ionut Adrian Ciolan 2026-03-28 02:43:58 +02:00
parent f7882b46bf
commit 7034bf131c

View File

@ -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"]
ENTRYPOINT ["./Blizzless"]