mirror of
https://github.com/status-im/codimd.git
synced 2025-02-09 21:13:55 +00:00
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
|