|
|
|
|
|
by nicholasjarnold
1628 days ago
|
|
This is a great use case for tini[0]. Try this, after installing the tini binary to /sbin: ENTRYPOINT ["/sbin/tini", "--"]
CMD ["node", "/path/to/main/process.js"]
[0]: https://github.com/krallin/tiniedit: formatting, sorry. |
|
If you use Kubernetes then you have to add tini for now (https://github.com/kubernetes/kubernetes/issues/84210)