mirror of
https://github.com/status-im/codimd.git
synced 2025-01-11 12:44:31 +00:00
0f51d1e306
Signed-off-by: BoHong Li <raccoon@hackmd.io>
10 lines
96 B
Bash
Executable File
10 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
pcheck -constr "$CMD_DB_URL"
|
|
|
|
sequelize db:migrate
|
|
|
|
node app.js
|