From 449adc60e0372fb971d5421570a8f950d9a8856c Mon Sep 17 00:00:00 2001 From: Rene Luria Date: Wed, 10 Dec 2025 11:36:40 +0100 Subject: [PATCH] feat: dark mode and python 3.14 --- Dockerfile | 4 +- app/templates/index.html | 174 ++++++++++++++++++++++++++++++++++++++- requirements.txt | 48 +++++------ 3 files changed, 196 insertions(+), 30 deletions(-) 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 @@
-