Add files via upload

This commit is contained in:
Ivan Bushchik 2021-10-26 15:58:55 +03:00 committed by GitHub
parent 8dfc39e804
commit 0996cf4742
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
Dockerfile Normal file
View file

@ -0,0 +1,7 @@
FROM mcr.microsoft.com/dotnet/sdk:5.0
RUN git clone https://github.com/BushchikIvan/roulette
WORKDIR roulette/roulette
ENTRYPOINT ["dotnet", "run"]