You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
leap-hit-server/code/Dockerfile

6 lines
99 B

FROM mcr.microsoft.com/dotnet/sdk:6.0
CMD dotnet run --project /server/Server.csproj
EXPOSE 3131