Update dependencies and fix import paths (#2101)

* chore: Update dependencies and build frontend in Dockerfile

* chore: Update lodash import and fix import paths

* chore: Update Dockerfile to remove unnecessary frontend build step
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-06-06 13:18:56 -07:00 committed by GitHub
commit d929780183
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 3 additions and 31 deletions

View file

@ -47,7 +47,6 @@ WORKDIR /app
COPY pyproject.toml poetry.lock README.md ./
COPY src/ ./src
COPY scripts/ ./scripts
RUN python -m pip install requests --user && cd ./scripts && python update_dependencies.py
RUN $POETRY_HOME/bin/poetry lock --no-update \
&& $POETRY_HOME/bin/poetry install --no-interaction --no-ansi -E deploy \