Pārlūkot izejas kodu

Update faq.md (#1299)

Fix a typo in the CA update command
ftorto 1 gadu atpakaļ
vecāks
revīzija
e1a69d44c9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/faq.md

+ 1 - 1
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: