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