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:
parent
78e656f4c0
commit
d929780183
5 changed files with 3 additions and 31 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue