Menu 1 4 5 ok + bugs

This commit is contained in:
2026-07-24 14:38:35 +02:00
parent 67a0147412
commit b120c2bd72
8 changed files with 509 additions and 118 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ FROM python:3.11-slim
WORKDIR /app
RUN pip install --no-cache-dir flask flask-sqlalchemy pymysql cryptography
RUN pip install --no-cache-dir flask flask-sqlalchemy pymysql cryptography requests mysql-connector-python
EXPOSE 5000