mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-26 07:57:17 +00:00
* make nginx config generic * fixes env substituted * remove npm script dependencies from dev * match all nginx location to server * revert git clone dev branch
7 lines
66 B
Bash
Executable file
7 lines
66 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
npm run db:create
|
|
npm run db:migrate
|
|
|
|
exec "$@"
|