1
0
mirror of https://github.com/goharbor/harbor.git synced 2025-01-07 00:17:51 +01:00
harbor/tools/migration/docker-entrypoint.sh

5 lines
46 B
Bash
Raw Normal View History

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