includes qbit collector fix (#169)

This commit is contained in:
iPromKnight
2024-03-26 10:17:04 +00:00
committed by GitHub
parent c3e58e4234
commit e1e718cd22
4 changed files with 11 additions and 11 deletions

View File

@@ -17,4 +17,4 @@ RUN addgroup -S qbit && adduser -S -G qbit qbit
USER qbit
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 \
CMD pgrep -f dotnet || exit 1
ENTRYPOINT ["dotnet", "QbitCollector.dll"]
ENTRYPOINT ["dotnet", "QBitCollector.dll"]