Browse Source

Update faq.md (#1299)

Fix a typo in the CA update command
ftorto 1 năm trước cách đây
mục cha
commit
e1a69d44c9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: