coolmanx commited on
Commit
aa7b395
·
verified ·
1 Parent(s): 6d6da54

Delete Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -11
Dockerfile DELETED
@@ -1,11 +0,0 @@
1
- #Dockerfile
2
-
3
- FROM ghcr.io/open-webui/open-webui:main
4
-
5
- RUN chmod -R 777 ./data
6
-
7
- RUN chmod -R 777 /app
8
-
9
- EXPOSE 8080
10
-
11
- RUN echo work done.