Skip to content

Commit

Permalink
Merge pull request #539 from switchport0/unit-script-zombie
Browse files Browse the repository at this point in the history
Use Dockerfile CMD in shell form to avoid leaking unitScript processes (Closes #538)
  • Loading branch information
robotastic authored Oct 25, 2021
2 parents 38a0160 + 28a97e4 commit a8a7b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ WORKDIR /app
# GNURadio requires a place to store some files, can only be set via $HOME env var.
ENV HOME=/tmp

CMD ["trunk-recorder", "--config=/app/config.json"]
CMD trunk-recorder --config=/app/config.json

0 comments on commit a8a7b06

Please sign in to comment.