Files
piaps-student-performance/backend/entrypoint.sh

8 lines
53 B
Bash
Executable File

#!/bin/bash
set -e
alembic upgrade head
exec "$@"