Update Dockerfile
Browse files- 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"]
|