testing autobuild
This commit is contained in:
parent
f7882b46bf
commit
7034bf131c
@ -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"]
|
||||
|
||||
Loading…
Reference in New Issue
user.block.title