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

9 lines
128 B

FROM mcr.microsoft.com/dotnet/sdk:6.0
WORKDIR /server
COPY ./code/server
CMD dotnet run -p /server/Server.csproj
EXPOSE 3131