build: add tini subreaper arg to fly template

Fly deployments with the previous template setting are running without
tini's subreaper capabilities. This change enables tini as a subreaper
in that environment.
This commit is contained in:
Arthur E. Jones 2022-07-30 18:32:11 -05:00 committed by James Long
parent 105d5007cf
commit d3a0e8067e

View file

@ -6,6 +6,7 @@ processes = []
[env]
PORT = "5006"
TINI_SUBREAPER = 1
[experimental]
allowed_public_ports = []