Bothen commited on
Commit
b4621ea
·
verified ·
1 Parent(s): 2e2da0f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,4 +1,6 @@
1
  FROM ghcr.io/open-webui/open-webui:main
 
 
2
  EXPOSE 8080
3
  # 安装Redis
4
  RUN apt-get update && apt-get install -y redis-server
 
1
  FROM ghcr.io/open-webui/open-webui:main
2
+ WORKDIR /app/backend
3
+ RUN chmod 777 -R /app/backend
4
  EXPOSE 8080
5
  # 安装Redis
6
  RUN apt-get update && apt-get install -y redis-server