1
0
mirror of https://github.com/goharbor/harbor.git synced 2024-12-24 17:47:46 +01:00
harbor/tools/migration/docker-entrypoint.sh

5 lines
46 B
Bash
Executable File

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