Spaces:
Running
Running
Commit
·
495807f
1
Parent(s):
829e90e
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -15,4 +15,5 @@ RUN chmod -R 777 /var/log/
|
|
15 |
RUN mkdir /.cache
|
16 |
RUN chmod -R 777 /.cache
|
17 |
RUN chmod -R 777 /app/datagrids
|
|
|
18 |
CMD /app/startup.sh
|
|
|
15 |
RUN mkdir /.cache
|
16 |
RUN chmod -R 777 /.cache
|
17 |
RUN chmod -R 777 /app/datagrids
|
18 |
+
RUN chmod -R 777 /usr/local/lib/python3.9/site-packages/kangas/frontend/standalone/.next/
|
19 |
CMD /app/startup.sh
|