Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -6,5 +6,6 @@ RUN pip3 install --no-cache-dir huggingface_hub
|
|
6 |
COPY sync_data.sh sync_data.sh
|
7 |
|
8 |
RUN chmod -R 777 ./data && \
|
|
|
9 |
chmod +x sync_data.sh && \
|
10 |
sed -i "1r sync_data.sh" ./start.sh
|
|
|
6 |
COPY sync_data.sh sync_data.sh
|
7 |
|
8 |
RUN chmod -R 777 ./data && \
|
9 |
+
chmod -R 777 /app/backend/open_webui/static && \
|
10 |
chmod +x sync_data.sh && \
|
11 |
sed -i "1r sync_data.sh" ./start.sh
|