fix: use correct Poetry flag --without dev
This commit is contained in:
@@ -7,7 +7,7 @@ WORKDIR /app
|
|||||||
RUN pip install poetry
|
RUN pip install poetry
|
||||||
|
|
||||||
COPY pyproject.toml poetry.lock ./
|
COPY pyproject.toml poetry.lock ./
|
||||||
RUN poetry install --no-dev --no-interaction
|
RUN poetry install --without dev --no-interaction
|
||||||
|
|
||||||
COPY src/ ./src/
|
COPY src/ ./src/
|
||||||
COPY .env.example .env
|
COPY .env.example .env
|
||||||
|
|||||||
Reference in New Issue
Block a user