From ae51820030d1f93f0b93044bd8c86f750b19dccc Mon Sep 17 00:00:00 2001 From: mol Date: Fri, 8 Dec 2023 14:21:34 +0800 Subject: [PATCH] test --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf28afa..5cb6efd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/dotnet/aspnet EXPOSE 80 -VOLUME [ "/app/appsettings.Production.json", "/app/botsettings.yml" ] +# VOLUME [ "/app/appsettings.Production.json", "/app/botsettings.yml" ] WORKDIR /app COPY ./Theresa3rd-Bot /app