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

8 lines
53 B
Bash

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