test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
mol
2023-12-08 14:09:22 +08:00
parent 3ddbcab5e4
commit 8113854dea

View File

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