feat: add tini to rtorrent-flood image

This commit is contained in:
ᗪєνιη ᗷυнʟ
2021-03-31 19:10:04 -04:00
committed by Jesse Chan
parent c9571c32cb
commit 586f0258ad
+2 -1
View File
@@ -9,4 +9,5 @@ FROM jesec/flood:$FLOOD_VERSION as flood
COPY --from=rtorrent / /
# Flood with managed rTorrent daemon
ENTRYPOINT ["flood", "--host=0.0.0.0", "--rtorrent"]
ENTRYPOINT ["/sbin/tini", "--"]
CMD ["flood", "--host=0.0.0.0", "--rtorrent"]