mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 03:49:10 +02:00

Replicate production setup in Docker containers [YOCTO #7575] Signed-off-by: Alex Franco <alejandro.franco@linux.intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
3 lines
64 B
Bash
Executable File
3 lines
64 B
Bash
Executable File
#!/bin/bash
|
|
python /opt/layerindex/manage.py migrate layerindex
|