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
|
WORKDIR /app
|
||||||
COPY ./files .
|
COPY ./files .
|
||||||
ENTRYPOINT ["dotnet", "AyaNova.dll"]
|
ENTRYPOINT ["dotnet", "AyaNova.dll"]
|
||||||
@@ -380,7 +380,7 @@ namespace AyaNova
|
|||||||
// ******************** TESTING WIPE DB *****************************
|
// ******************** TESTING WIPE DB *****************************
|
||||||
//
|
//
|
||||||
//Set this to true to wipe the db and reinstall a trial license and re-seed the data
|
//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)
|
#if (DEBUG)
|
||||||
//TESTING
|
//TESTING
|
||||||
|
|||||||
Reference in New Issue
Block a user