mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(portal): inherit pid 1 in cmd (#9957)
Apparently using the shell form of this causes it not to inherit PID 1 from tini.
This commit is contained in:
@@ -326,4 +326,4 @@ USER default
|
||||
# Tini would become an entrypoin script and would take care of zombie reaping no matter how you start the VM.
|
||||
ENTRYPOINT ["/sbin/tini", "--"]
|
||||
|
||||
CMD bin/server
|
||||
CMD ["bin/server"]
|
||||
|
||||
Reference in New Issue
Block a user