Remove unsupported --no-venv-seeding flag for older Poetry
This commit is contained in:
parent
e6955a85f9
commit
614619ca4f
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ COPY packages /app/packages
|
|||
|
||||
# Install dependencies (poetry walks up from api dir to find engine in ../engine)
|
||||
WORKDIR /app/packages/api
|
||||
RUN poetry install --no-interaction --no-venv-seeding
|
||||
RUN poetry install --no-interaction
|
||||
|
||||
# Set Python path
|
||||
ENV PYTHONPATH=/app/packages/engine/src:/app/packages/api/src
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue