Update 'Dockerfile'

main
CIzz22 1 year ago
parent a56b56fc91
commit 99b0288239

@ -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