From af33df88df02384ac01723622c0e53d4ddb3f5df Mon Sep 17 00:00:00 2001 From: mol Date: Fri, 8 Dec 2023 14:18:48 +0800 Subject: [PATCH] test --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9480315..bf28afa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ VOLUME [ "/app/appsettings.Production.json", "/app/botsettings.yml" ] 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"]