Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -20,6 +20,7 @@ RUN chmod +x /app/start.sh
|
|
20 |
EXPOSE 7860
|
21 |
EXPOSE 8000
|
22 |
|
23 |
-
RUN chmod 777 /app
|
|
|
24 |
|
25 |
CMD ["/bin/bash", "/app/start.sh"]
|
|
|
20 |
EXPOSE 7860
|
21 |
EXPOSE 8000
|
22 |
|
23 |
+
RUN chmod -R 777 /app
|
24 |
+
RUN chmod -R 777 /app/data
|
25 |
|
26 |
CMD ["/bin/bash", "/app/start.sh"]
|