Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,3 +1,2 @@
|
|
1 |
FROM ghcr.io/variantconst/openwebui-monitor:latest
|
2 |
-
COPY cert/ca.pem /
|
3 |
-
RUN update-ca-certificates
|
|
|
1 |
FROM ghcr.io/variantconst/openwebui-monitor:latest
|
2 |
+
COPY cert/ca.pem /etc/ssl/certs/ca.pem
|
|