fix: dockerfile poetry error

main
Cizz22 1 year ago
parent 5514525026
commit b5919a79df

@ -17,7 +17,7 @@ WORKDIR /app
COPY pyproject.toml poetry.lock ./
# Install dependencies
RUN poetry install --no-dev --no-root
RUN poetry install --no-root
# Use a new slim image for the runtime
FROM python:3.11-slim as runtime

Loading…
Cancel
Save