Move alembic.ini to migrations directory (#66)

This commit is contained in:
Michael Plunkett
2025-03-03 13:20:11 -06:00
committed by GitHub
parent b5571fc61f
commit a9ca410d08
5 changed files with 110 additions and 32 deletions

View File

@@ -14,7 +14,6 @@ COPY ../../pyproject.toml ../../poetry.lock ../../README.md ./
RUN poetry install --with web --no-interaction --no-ansi --no-cache
# Copy the application code and configurations
COPY ../../alembic.ini ./
COPY ../../app ./app/
COPY ../../user-groups.* ./app/

View File

@@ -26,7 +26,6 @@ RUN ./poetry-venv/bin/poetry install --without dev --no-root --no-cache
# install dependencies
# copy source code and .env files over
COPY ../../alembic.ini ./
COPY ../../app ./app/
COPY ../../user-groups.* ./app/