diff --git a/Dockerfile b/Dockerfile index 49152c5..34a502d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY poetry.lock pyproject.toml /app/ WORKDIR /app/ RUN pip install -U poetry && \ - poetry install --no-dev + poetry install --only main COPY fabcal /app/fabcal/ COPY static/ /app/static/