Remove unused poetry config in dockerfile
This commit is contained in:
parent
c95e097f34
commit
c033078859
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ COPY pyproject.toml poetry.lock ./
|
|||
|
||||
RUN python -m venv --copies /app/venv \
|
||||
&& . /app/venv/bin/activate \
|
||||
&& poetry config cache-dir /app/poetry-cache \
|
||||
&& poetry install $POETRY_OPTIONS
|
||||
|
||||
|
||||
|
|
Reference in a new issue