fixed api dockerfile copy

This commit is contained in:
2026-05-21 06:04:34 +02:00
parent 08b2d7c4e4
commit dcc890afcc
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -12,9 +12,9 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY src .
COPY start_server.sh .
COPY build_models .
COPY src ./src
COPY start_server.sh ./start_server.sh
COPY build_models ./build_models
RUN chmod +x start_server.sh