FROM mcr.microsoft.com/dotnet/sdk:6.0 WORKDIR /app COPY ./Sources /app CMD dotnet run -p /app/LeapHitServer.csproj EXPOSE 3131