Skip to content
Snippets Groups Projects
Dockerfile.local 254 B
Newer Older
# This is nrao:schema
# The purpose of this is just to run the alembic migrations against the database in a docker-compose environment
FROM ssa-containers.aoc.nrao.edu/ops/base:workspaces
CMD ["./bin/run-migrations.sh", "docker"]