diff --git a/Dokerfile b/Dokerfile deleted file mode 100644 index 73872f8..0000000 --- a/Dokerfile +++ /dev/null @@ -1,9 +0,0 @@ -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