Commit Graph

6 Commits

Author SHA1 Message Date
7ff345d3a2 Do not update pip 2025-08-14 04:07:15 +02:00
8820fc07d7 Removed accidental packages from requirements.txt 2025-08-14 04:04:48 +02:00
6c01c6a923 Update Dockerfile 2025-08-14 03:34:31 +02:00
2f89097219 Update Dockerfile 2025-08-11 01:53:22 +02:00
135e226db8 Add entrypoint script for Docker container
Introduces entrypoint.sh to handle database migrations before starting the Flask app. Updates Dockerfile to use the new entrypoint script and ensures it is executable.
2025-08-11 01:25:02 +02:00
66204e7e4a Add Docker, migrations, and initial database setup
Added Dockerfile and docker-compose.yaml for containerization. Introduced Alembic migrations with initial schema and a migration to alter column types. Added requirements.txt for dependencies and removed temp.py cleanup script. Updated .gitignore to allow tracking of migration files.
2025-08-11 00:49:46 +02:00