diff --git a/Dockerfile b/Dockerfile index d079734..18913e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY poetry.lock pyproject.toml /app/ WORKDIR /app/ RUN pip install -U poetry && \ - poetry install + poetry install --no-dev COPY main.py /app/ COPY static/ /app/static/