This commit is contained in:
@@ -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"]
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user