Skip to content
Snippets Groups Projects
Dockerfile.local 246 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 nrao:workspaces-base
WORKDIR /code/schema
ENV CAPO_PROFILE docker

ENTRYPOINT ["./bin/run-migrations.sh"]