harbor/tools/migration/docker-entrypoint.sh

6 lines
56 B
Bash
Executable File

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