diff --git a/Dockerfile b/Dockerfile index c168a13..b8d28bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY . /app RUN apk update && apk add --no-cache git gcc curl RUN curl -sSL https://install.python-poetry.org | python ENV PATH="${PATH}:/root/.local/bin" -RUN poetry config virtualenvs.create false && poetry install --no-dev +RUN poetry config virtualenvs.create false && poetry install --without dev --no-root EXPOSE 8000