mirror of
https://github.com/penpot/penpot.git
synced 2026-09-08 21:19:49 +00:00
🐛 Fix slow exit of exporter docker container
This commit is contained in:
parent
81ecb26f8b
commit
ef9dcf391d
@ -44,3 +44,6 @@
|
|||||||
(proc/on "uncaughtException"
|
(proc/on "uncaughtException"
|
||||||
(fn [cause]
|
(fn [cause]
|
||||||
(js/console.error cause)))
|
(js/console.error cause)))
|
||||||
|
|
||||||
|
(proc/on "SIGTERM" (fn [] (proc/exit 0)))
|
||||||
|
(proc/on "SIGINT" (fn [] (proc/exit 0)))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user