test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mol
2023-12-08 15:42:52 +08:00
parent 673512368d
commit 2a0db5b247
2 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,9 @@ EXPOSE 80
WORKDIR /app
COPY ./Theresa3rd-Bot /app
RUN ls
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
RUN echo 'Asia/Shanghai' >/etc/timezone
CMD dotnet TheresaBot.MiraiHttpApi.dll --launch-profile Production --urls http://0.0.0.0:80

2
README.md Normal file
View File

@ -0,0 +1,2 @@
[Theresa3rd-bot 文档](https://www.theresa3rd.cn/#/)
单纯的将这个项目给塞进了 docker 中