harbor/tools/migration/docker-entrypoint.sh

5 lines
46 B
Bash
Executable File

#!/bin/bash
set -e
python ./migrator.py "$@"