mirror of
https://github.com/ferdzo/iotDashboard.git
synced 2026-04-05 17:16:26 +00:00
Add Dockerfile and .dockerignore; refactor import paths in app modules
This commit is contained in:
@@ -9,7 +9,7 @@ from contextlib import contextmanager
|
||||
from sqlalchemy import create_engine
|
||||
from sqlalchemy.orm import Session, sessionmaker
|
||||
|
||||
from config import config
|
||||
from app.config import config
|
||||
|
||||
# Create engine with connection pooling
|
||||
engine = create_engine(
|
||||
|
||||
Reference in New Issue
Block a user