The current Procfile doesn't work out-of-box with Dokku, because of the missing `env` command before `NODE_ENV=production`. Error encountered ``` setuidgid: fatal: unable to run NODE_ENV=production: file does not exist 2021/02/27 17:00:09 exit status 111 ```