From e1a69d44c9c9adae94a54e123a7118915d6bbf4e Mon Sep 17 00:00:00 2001 From: ftorto Date: Tue, 28 Nov 2023 15:54:42 +0100 Subject: [PATCH] Update faq.md (#1299) Fix a typo in the CA update command --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index ce32beb2..88bc9b5a 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -139,7 +139,7 @@ Ensure the certificate is installed as a system certificate when using HTTPS. Th ```dockerfile FROM ollama/ollama COPY my-ca.pem /usr/local/share/ca-certificates/my-ca.crt -RUN update-ca-certificate +RUN update-ca-certificates ``` Build and run this image: