chandrakant-s4 commited on
Commit
4c8970d
·
verified ·
1 Parent(s): 62230b7

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ FROM ghcr.io/open-webui/open-webui:main
2
+ EXPOSE 3000
3
+ CMD ["open-webui", "serve"]