mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
use .net core runtime for agent rather than aspnet
This commit is contained in:
parent
f3e5079f36
commit
9b6a3b9b57
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# Command: docker build -f src/FilterLists.Agent/Dockerfile .
|
||||
|
||||
# init base
|
||||
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2-alpine as base
|
||||
FROM mcr.microsoft.com/dotnet/core/runtime:2.2-alpine as base
|
||||
ENTRYPOINT ["dotnet", "FilterLists.Agent.dll"]
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue