mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 15:26:48 +00:00
3 lines
116 B
Bash
Executable File
3 lines
116 B
Bash
Executable File
#!/bin/sh
|
|
cd /usr/src/app/
|
|
node index.js -h $DATABASE_HOST -p $DATABASE_PASSWORD -d $DATABASE_NAME -u $DATABASE_USER |