mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2025-05-18 12:02:53 +02:00
feat(languages): add C# support
This commit is contained in:
5
templates/docker/cs/Dockerfile
Normal file
5
templates/docker/cs/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM mcr.microsoft.com/dotnet/sdk:5.0
|
||||
WORKDIR /usr/src/app
|
||||
COPY ./ ./
|
||||
RUN dotnet restore
|
||||
ENTRYPOINT ["dotnet", "run"]
|
Reference in New Issue
Block a user