# This is nrao:schema # The purpose of this is just to run the alembic migrations against the database in a docker-compose environment FROM marconi.aoc.nrao.edu/ops/base:workspaces WORKDIR /code/schema ENTRYPOINT ["./bin/run-migrations.sh", "docker"]