Use tmp file

This commit is contained in:
Luke Murphy 2021-02-14 15:06:34 +01:00
parent 6975beb5f8
commit af892fee11
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
envsubst < compose.yml > compose.yml
envsubst < compose.yml > compose.yml.tmp && mv compose.yml.tmp compose.yml