You've already forked RekomenciBackend
fix: added alembic.ini copy to migrations stage
This commit is contained in:
@@ -89,6 +89,8 @@ RUN mkdir -p ./src/template_project
|
||||
|
||||
COPY ./src/template_project ./src/template_project
|
||||
|
||||
COPY ./alembic.ini ./
|
||||
|
||||
RUN uv sync --group migrations --frozen --no-cache
|
||||
|
||||
CMD [ "alembic", "upgrade", "head" ]
|
||||
|
||||
Reference in New Issue
Block a user