Files
nocodb/docker-entrypoint.sh

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