tst
Some checks failed
Build Mau & Deploy Mau / build (push) Successful in 1m18s
Build Mau & Deploy Mau / deploy (push) Failing after 2m52s

This commit is contained in:
DTieman
2024-04-14 12:02:01 +02:00
parent 4830b65012
commit 87587c086f

View File

@@ -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 . .