We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa41c0 commit 91b0d0aCopy full SHA for 91b0d0a
Dockerfile
@@ -7,7 +7,7 @@ RUN pip install poetry
7
COPY pyproject.toml poetry.lock ./
8
9
RUN poetry config virtualenvs.in-project true && \
10
- poetry install --no-interaction
+ poetry install --no-root --no-interaction
11
12
FROM python:3.12.1-slim
13
pyproject.toml
@@ -7,7 +7,6 @@ authors = [
]
package-mode = false
license = {text = "MIT"}
-readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"alembic (==1.16.4)",
0 commit comments