docker: pass through options for migrate script

Allow specifying arguments to the migrate command (e.g. --fake) via this
shortcut script.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2019-01-14 10:28:56 +13:00
parent 5eecb5bf5c
commit 6051c734e1

View File

@ -1,2 +1,2 @@
#!/bin/bash
python /opt/layerindex/manage.py migrate
python /opt/layerindex/manage.py migrate "$@"