Skip to content

Commit b1da2be

Browse files
committed
fix Dockerfile by using correct poetry config syntax
1 parent dcaa032 commit b1da2be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ENV PATH="/opt/venv/bin:$PATH"
1616
COPY poetry.lock pyproject.toml ./
1717

1818
RUN pip install poetry && \
19+
poetry config virtualenvs.create false && \
1920
poetry install --no-dev --no-interaction
2021

2122
# The `built-image` stage is the base for all remaining images

0 commit comments

Comments
 (0)