mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add do-not-prune lable to image rather than container
This commit is contained in:
parent
91b73bed76
commit
368fd93182
2 changed files with 1 additions and 2 deletions
|
|
@ -66,8 +66,6 @@ services:
|
|||
- archives:/app/archives
|
||||
environment:
|
||||
ApplicationInsights__InstrumentationKey: ${FILTERLISTS_AGENT_APPLICATION_INSIGHTS_INSTRUMENTATION_KEY}
|
||||
labels:
|
||||
do-not-prune:
|
||||
|
||||
networks:
|
||||
reverse-proxy:
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
# 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue