diff --git a/Directory.Build.props b/Directory.Build.props index 569f10b..20237be 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 1.0.0.0 + 1.0.0 Tudor Stanciu STA IdentityServer diff --git a/Notes.txt b/Notes.txt index 4a1717c..5147749 100644 --- a/Notes.txt +++ b/Notes.txt @@ -3,7 +3,7 @@ Publish: dotnet publish --configuration Release --runtime win7-x64 Create windows service: -sc create NetworkResurrector.Api binPath= "" +sc create IdentityServer.Api binPath= "" ####################################################################################################################################################### ####################################################################################################################################################### @@ -14,4 +14,23 @@ dotnet nuget push IdentityServer.Wrapper.1.0.1.nupkg -k ***REMOVED*** -s http:// ####################################################################################################################################################### TO DO: -- Cache for users \ No newline at end of file +- Cache for users + +####################################################################################################################################################### +Docker commands: +***************** + +Create image: +--from solution folder: +docker image build -t "identity-server-api:1.0.0" -f "Chatbot.Api/Dockerfile" .docker + + + + + + + +####################################################################################################################################################### + +Docker container last version: 1.0.0 +############################################################################################## \ No newline at end of file