layerindex-web/docker/migrate.sh
Paul Eggleton 17029e1e6f 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>
2019-07-17 11:31:04 +12:00

3 lines
59 B
Bash
Executable File

#!/bin/bash
python3 /opt/layerindex/manage.py migrate "$@"