docker: use python3 in migrate script

We want this to be running under python 3.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2019-04-18 01:07:49 +12:00
parent 23955f5ac9
commit 17029e1e6f

View File

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