sfun commited on
Commit
430129e
·
verified ·
1 Parent(s): e98a423

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -0
Dockerfile ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ FROM ghcr.io/open-webui/open-webui:main
2
+
3
+ WORKDIR /app/backend
4
+
5
+ RUN chmod 777 -R /app/backend
6
+
7
+ EXPOSE 8080