Skip to content

Commit

Permalink
chore: Add ci-migration.sh to Dockerfile (#2767)
Browse files Browse the repository at this point in the history
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
  • Loading branch information
StanGirard committed Jun 27, 2024
1 parent 2e75de4 commit 1cd5ff6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ COPY api/quivr_api /code/api/quivr_api

COPY ./pyproject.toml ./poetry.lock* /code/

COPY ./ci-migration.sh /code/

# Run install
RUN poetry install --no-root && \
playwright install --with-deps && \
Expand Down

0 comments on commit 1cd5ff6

Please sign in to comment.