fixed api dockerfile copy

This commit is contained in:
2026-05-21 06:01:22 +02:00
parent 44d77210bd
commit 08b2d7c4e4
+1
View File
@@ -14,6 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY src .
COPY start_server.sh .
COPY build_models .
RUN chmod +x start_server.sh