This commit is contained in:
2019-01-18 20:27:46 +00:00
parent a1ce49ce1b
commit db8f54062e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM microsoft/dotnet:2.1-aspnetcore-runtime
FROM microsoft/dotnet:2.2-aspnetcore-runtime
WORKDIR /app
COPY ./files .
ENTRYPOINT ["dotnet", "AyaNova.dll"]

View File

@@ -380,7 +380,7 @@ namespace AyaNova
// ******************** TESTING WIPE DB *****************************
//
//Set this to true to wipe the db and reinstall a trial license and re-seed the data
var TESTING_REFRESH_DB = true;//#######################################################################################
var TESTING_REFRESH_DB = false;//#######################################################################################
#if (DEBUG)
//TESTING