Mark-Lasfar commited on
Commit
5e6c2a1
·
1 Parent(s): c616370

Fix ChunkedIteratorResult in SQLAlchemyUserDatabase and toggleBtn null error

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -33,7 +33,9 @@ COPY . .
33
  RUN ls -R /app
34
 
35
  # Initialize the database
36
- ENV SQLALCHEMY_DATABASE_URL=sqlite:////data/mgzon_users.db
 
 
37
  RUN python init_db.py
38
 
39
  # Expose port 7860 for FastAPI
 
33
  RUN ls -R /app
34
 
35
  # Initialize the database
36
+ ENV SQLALCHEMY_DATABASE_URL=sqlite+aiosqlite:///./data/mgzon_users.db
37
+
38
+
39
  RUN python init_db.py
40
 
41
  # Expose port 7860 for FastAPI