diff --git a/Dokerfile b/Dokerfile new file mode 100644 index 0000000..73872f8 --- /dev/null +++ b/Dokerfile @@ -0,0 +1,9 @@ +FROM mcr.microsoft.com/dotnet/sdk:6.0 + +WORKDIR /app + +COPY ./Sources /app + +CMD dotnet run -p /app/LeapHitServer.csproj + +EXPOSE 3131 \ No newline at end of file