mirror of
https://github.com/ivabus/roulette
synced 2024-11-10 02:25:20 +03:00
Add files via upload
This commit is contained in:
parent
8dfc39e804
commit
0996cf4742
7
Dockerfile
Normal file
7
Dockerfile
Normal 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"]
|
Loading…
Reference in a new issue