mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-05 05:04:46 +02:00
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:
parent
23955f5ac9
commit
17029e1e6f
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
python /opt/layerindex/manage.py migrate "$@"
|
||||
python3 /opt/layerindex/manage.py migrate "$@"
|
||||
|
|
Loading…
Reference in New Issue
Block a user