Update faq.md (#1299)

Fix a typo in the CA update command
This commit is contained in:
ftorto 2023-11-28 15:54:42 +01:00 committed by GitHub
parent 3d620f9462
commit e1a69d44c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: