tst
This commit is contained in:
@@ -4,6 +4,8 @@ EXPOSE 5000
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
|
||||
WORKDIR /src
|
||||
RUN ls
|
||||
RUN ls ./
|
||||
COPY ["MauMau-Server.csproj", "./"]
|
||||
RUN dotnet restore "MauMau-Server.csproj"
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user