fix(build): Added poetry lock
This commit is contained in:
@@ -13,6 +13,7 @@ COPY poetry.lock /
|
|||||||
COPY pyproject.toml /
|
COPY pyproject.toml /
|
||||||
|
|
||||||
RUN poetry config virtualenvs.create false && \
|
RUN poetry config virtualenvs.create false && \
|
||||||
|
poetry lock && \
|
||||||
poetry install --no-interaction --no-ansi
|
poetry install --no-interaction --no-ansi
|
||||||
|
|
||||||
FROM python:3.11-slim
|
FROM python:3.11-slim
|
||||||
|
|||||||
Reference in New Issue
Block a user