Dockerfile update
This commit is contained in:
+2
-2
@@ -3,8 +3,8 @@ from contextlib import asynccontextmanager
|
||||
from fastapi import FastAPI
|
||||
from fastapi.middleware.cors import CORSMiddleware
|
||||
|
||||
from .database import Base, engine
|
||||
from .routes import auth, tournaments, websocket
|
||||
from database import Base, engine
|
||||
from routes import auth, tournaments, websocket
|
||||
|
||||
|
||||
@asynccontextmanager
|
||||
|
||||
Reference in New Issue
Block a user