Auth redis test

This commit is contained in:
2020-05-09 23:40:35 -04:00
parent da26a320b4
commit 4d551a3bfc
5 changed files with 98 additions and 3 deletions

View File

@ -1,6 +1,6 @@
FROM mcr.microsoft.com/dotnet/core/runtime:3.1
COPY bin/Release/netcoreapp3.1/publish/ App/
COPY bin/Release/netcoreapp3.1/ App/
WORKDIR /App
ENTRYPOINT ["dotnet", "authorizer.dll"]