Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -12,6 +12,7 @@ EXPOSE 7860
|
|
12 |
|
13 |
USER root
|
14 |
RUN chmod 777 /code/*
|
|
|
15 |
USER user
|
16 |
|
17 |
CMD ["shiny", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
12 |
|
13 |
USER root
|
14 |
RUN chmod 777 /code/*
|
15 |
+
RUN chmod 777 /.cache/*
|
16 |
USER user
|
17 |
|
18 |
CMD ["shiny", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]
|