mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-07 23:47:53 +08:00
c0601798f3
* Run in interactive mode: it uses less memory and improves boot time, which is the most desired properties for a dev tool * Do not use releases/cookie, instead generate one on boot
2 lines
154 B
Elixir
2 lines
154 B
Elixir
export RELEASE_MODE=interactive
|
|
export RELEASE_COOKIE="${RELEASE_COOKIE:-$(cat /dev/urandom | env LC_ALL=C tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)}"
|