Update Dockerfile
Browse files- Dockerfile +8 -1
Dockerfile
CHANGED
|
@@ -1 +1,8 @@
|
|
| 1 |
-
FROM ghcr.io/variantconst/openwebui-monitor:latest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM ghcr.io/variantconst/openwebui-monitor:latest
|
| 2 |
+
|
| 3 |
+
RUN mkdir -p /certs/custom
|
| 4 |
+
|
| 5 |
+
COPY load-ca.sh /certs/
|
| 6 |
+
RUN chmod +x /certs/load-ca.sh
|
| 7 |
+
|
| 8 |
+
ENTRYPOINT ["/certs/load-ca.sh"]
|