# AKIRA DOCKER + DB + GEMINI FIXES - TODO Status: [IN PROGRESS] ## Logical Steps (Sequential): 1. [✅] Update .dockerignore - Remove circular exclude, add !akira.db, temp files 2. [✅] Fix modules/database.py - Init contextos_isolados table, /data/ path, safe delete 3. [✅] Fix modules/google_image_gen.py - Dynamic valid models only 4. [🔧] Update Dockerfile - mkdir /data, ENV DB_PATH, port consistency (libgl1-mesa-glx → libgl1) 5. [✅] Fix docker-compose.yml - ports 7860:7860, volume ./data:/akira/data 6. [⚠️] Test rebuild: docker-compose build --no-cache && docker-compose up (executed, check logs) 7. [ ] Verify: No DB table errors, image gen works (Pollinations + Gemini) Completed: