We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6cfd8 commit b40f345Copy full SHA for b40f345
bin/codeflare
@@ -139,7 +139,7 @@ if [ "$NODE" != "node" ] && [ ! -f ~/.codeflare ] && [ $(uname) = Linux ]; then
139
fi
140
141
# helps with ctrl+c when running in a docker container
142
-trap 'pkill -P $$; exit 1;' TERM INT
+# trap 'pkill -P $$; exit 1;' TERM INT
143
144
# otherwise, we launch the UI version
145
export CODEFLARE_HEADLESS=$HEADLESS
0 commit comments