gptapi commited on
Commit
4b180c8
·
verified ·
1 Parent(s): 9acad74

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]