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

This commit is contained in:
mol
2023-12-08 14:18:48 +08:00
parent 8113854dea
commit af33df88df

View File

@ -5,6 +5,7 @@ VOLUME [ "/app/appsettings.Production.json", "/app/botsettings.yml" ]
WORKDIR /app WORKDIR /app
COPY ./Theresa3rd-Bot /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 ["nohup" "dotnet" "TheresaBot.MiraiHttpApi.dll" "--launch-profile" "Production" "--urls" "http://0.0.0.0:80"]