server cleanup

This commit is contained in:
2026-05-31 22:11:13 +02:00
parent 8ca0568017
commit edf4f76c6f
9 changed files with 80 additions and 15 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY src ./src
COPY start_server.sh ./start_server.sh
COPY src/production/. .
COPY build_models ./build_models
RUN chmod +x start_server.sh