This website requires JavaScript.
Explore
Help
Sign In
status-im
/
codimd
mirror of
https://github.com/status-im/codimd.git
Watch
2
Star
0
Fork
You've already forked codimd
0
Code
Issues
Projects
Releases
Wiki
Activity
687e707135
codimd
/
deployments
/
docker-entrypoint.sh
10 lines
96 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
set
-euo pipefail
pcheck -constr
"
$CMD_DB_URL
"
sequelize db:migrate
node app.js
Reference in New Issue
View Git Blame
Copy Permalink