nbugs commited on
Commit
2b1ce67
·
verified ·
1 Parent(s): a38bf81

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -36,3 +36,5 @@ RUN chmod -R 777 ./data && \
36
  chmod -R 777 /app/backend/open_webui/static && \
37
  chmod +x /app/sync_data.sh
38
 
 
 
 
36
  chmod -R 777 /app/backend/open_webui/static && \
37
  chmod +x /app/sync_data.sh
38
 
39
+ # 使用新的启动脚本
40
+ ENTRYPOINT ["/app/custom_start.sh"]