initial
This commit is contained in:
commit
646805c693
7 changed files with 48 additions and 0 deletions
8
dotnet/Dockerfile
Normal file
8
dotnet/Dockerfile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
|
||||
|
||||
WORKDIR /src
|
||||
COPY *.csproj .
|
||||
RUN dotnet restore
|
||||
|
||||
COPY . .
|
||||
CMD ["dotnet", "run"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue