Skip to content

Commit

Permalink
fix SIGTERM handling
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguida committed Dec 1, 2021
1 parent 80070b4 commit 9e08705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ assets:
main:
type: docker
image: main
entrypoint: "burn-after-reading"
args: []
entrypoint: tini
args: ["/usr/local/bin/burn-after-reading"]
mounts:
main: /root
io-format: yaml
Expand Down

0 comments on commit 9e08705

Please sign in to comment.