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.
|
FROM mcr.microsoft.com/dotnet/sdk:6.0
|
|
|
|
WORKDIR /app
|
|
|
|
COPY ./Sources /app
|
|
|
|
CMD dotnet run -p /app/LeapHitServer.csproj
|
|
|
|
EXPOSE 3131 |