NocoDB Linux Binary Question #1

When I invoke the following installation script on my local Debian 12.8 server:

curl http://get.nocodb.com/linux-x64 -o nocodb -L && chmod +x nocodb && ./nocodb

My NOCODB instance crashes after I close my terminal and can’t be restarted without a complete re-install via the original script.

Is there any reason why I can’t simply invoke NOCODB with:

./nocodb &&

so that my instance will continue running after I quit the terminal?

Please use docker setup

Binaries are for quick testing only :slight_smile: