Add basic Dockerfile

This commit is contained in:
Daniel_I_Am 2020-08-15 20:03:27 -04:00
parent 80fc781cf1
commit b80dc15a93

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM mcr.microsoft.com/dotnet/core/sdk:3.0
WORKDIR /App
CMD ["/usr/bin/dotnet" "Chaosbot.dll"]