We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0b04a commit b615ccbCopy full SHA for b615ccb
Dockerfile
@@ -28,6 +28,7 @@ RUN pip install --no-cache-dir -r requirements.txt
28
29
# Копирование исходного кода
30
COPY . .
31
+COPY russiantrustedca.pem /app/llm/russian_trusted_root_ca.crt
32
33
# Проверка структуры проекта (после COPY)
34
RUN ls -lR /app
0 commit comments