Files
identity-service/bin/entrypoint

7 lines
55 B
Bash
Executable File

#!/usr/bin/env sh
# run migrations
migrate
exec "$@"