added build
All checks were successful
Build and Push Image / build-and-push (push) Successful in 6m28s
All checks were successful
Build and Push Image / build-and-push (push) Successful in 6m28s
This commit is contained in:
@@ -39,7 +39,7 @@ EXPOSE 8080
|
||||
EXPOSE 8081
|
||||
|
||||
# This stage is used to build the service project
|
||||
FROM mcr.microsoft.com/dotnet/sdk:9.0-noble AS build
|
||||
FROM mcr.microsoft.com/dotnet/sdk:10.0-noble AS build
|
||||
ARG BUILD_CONFIGURATION=Release
|
||||
WORKDIR /src
|
||||
COPY ["AZKiServer/AZKi Server.csproj", "AZKiServer/"]
|
||||
|
||||
Reference in New Issue
Block a user