layerindex-web/docker/migrate.sh
Paul Eggleton 6051c734e1 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>
2019-07-17 11:30:56 +12:00

3 lines
58 B
Bash
Executable File

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