Basic TCP server
This commit is contained in:
7
authorizer/Dockerfile
Normal file
7
authorizer/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM mcr.microsoft.com/dotnet/core/runtime:3.1
|
||||
|
||||
COPY bin/Release/netcoreapp3.1/publish/ App/
|
||||
WORKDIR /App
|
||||
ENTRYPOINT ["dotnet", "authorizer.dll"]
|
||||
|
||||
EXPOSE 7778/tcp
|
Reference in New Issue
Block a user