first commit
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
mol
2023-12-08 13:49:50 +08:00
commit 32f4bfe768
260 changed files with 851816 additions and 0 deletions

10
Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM mcr.microsoft.com/dotnet/aspnet
EXPOSE 80
WORKDIR /app
COPY ./Theresa3rd-Bot /app
VOLUME [ "/app/appsettings.Production.json", "/app/botsettings.yml" ]
CMD ["nohup" "dotnet" "TheresaBot.MiraiHttpApi.dll" "--launch-profile" "Production" "--urls" "http://0.0.0.0:80"]