Dockerfile update

This commit is contained in:
2026-02-22 20:46:03 +01:00 Verified
parent c197df1d48
commit bd4fd20ec0
2 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -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