This website requires JavaScript.
Explore
Help
Register
Sign In
SILVER
/
NODEDC_TASKMANAGER
Watch
1
Star
0
Fork
You've already forked NODEDC_TASKMANAGER
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
NODEDC_TASKMANAGER
/
plane-src
/
apps
/
api
/
bin
/
docker-entrypoint-migrator.sh
7 lines
79 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/sh
set
-e
python manage.py wait_for_db
$1
python manage.py migrate
$1
Reference in New Issue
View Git Blame
Copy Permalink