diff --git a/Dockerfile b/Dockerfile index 8f7a7a8..b298e43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use Python 3.13 slim image as base -FROM python:3.13-slim AS builder +FROM python:3.14-slim AS builder # Set working directory WORKDIR /app @@ -17,7 +17,7 @@ RUN --mount=type=cache,id=pip,target=/root/.cache/pip \ --target=/app/site-packages \ -r requirements.txt -FROM python:3.13-slim +FROM python:3.14-slim COPY --from=builder /app/site-packages /app/site-packages diff --git a/app/templates/index.html b/app/templates/index.html index 4e68cce..e666cbf 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -5,17 +5,42 @@ Générateur d'Exercices de Mathématiques + + +
@@ -251,7 +348,7 @@
-