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