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

This commit is contained in:
mol
2023-12-08 14:35:15 +08:00
parent 28d9e9b8a4
commit d9edb16f9e
2 changed files with 2 additions and 2 deletions

View File

@ -7,5 +7,5 @@ WORKDIR /app
COPY ./Theresa3rd-Bot /app
RUN ls -l
CMD ["nohup" "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"]