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