This commit is contained in:
Collin M. Barrett 2019-06-29 13:01:56 -05:00
parent 368fd93182
commit 51dd2d50af

View file

@ -4,7 +4,6 @@
# init base
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2-alpine as base
ENTRYPOINT ["dotnet", "FilterLists.Agent.dll"]
LABEL do-not-prune
WORKDIR /app
# init build