1
0
mirror of https://github.com/goharbor/harbor synced 2025-04-27 19:06:04 +00:00
harbor/tools/migration/docker-entrypoint.sh

5 lines
46 B
Bash
Executable File

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