This commit is contained in:
@ -3,7 +3,9 @@ EXPOSE 80
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./Theresa3rd-Bot /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
|
CMD dotnet TheresaBot.MiraiHttpApi.dll --launch-profile Production --urls http://0.0.0.0:80
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user