Files
theresa3rd-bot/Dockerfile
mol 2a0db5b247
All checks were successful
continuous-integration/drone/push Build is passing
test
2023-12-08 15:42:52 +08:00

12 lines
283 B
Docker

FROM mcr.microsoft.com/dotnet/aspnet
EXPOSE 80
WORKDIR /app
COPY ./Theresa3rd-Bot /app
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