From ccaf443009029a4f7c9dbf9c6f60d4894acaf6d6 Mon Sep 17 00:00:00 2001 From: mol Date: Fri, 8 Dec 2023 14:53:33 +0800 Subject: [PATCH] test --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd1978c..2e0dfc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,8 @@ EXPOSE 80 WORKDIR /app COPY ./Theresa3rd-Bot /app +RUN ls -# CMD ["/usr/bin/dotnet" "TheresaBot.MiraiHttpApi.dll" "--launch-profile" "Production" "--urls" "http://0.0.0.0:80"] +# RUN 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