changed imports

This commit is contained in:
2026-05-21 05:49:48 +02:00
parent a519e77db1
commit 640c852e80
5 changed files with 8 additions and 18 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
COPY src .
COPY start_server.sh .
RUN chmod +x start_server.sh