Spaces:
Sleeping
Sleeping
perms
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -15,4 +15,6 @@ RUN uv sync
|
|
15 |
# Copy examples
|
16 |
COPY ./examples ./examples
|
17 |
|
|
|
|
|
18 |
CMD ["uv", "run", "marimo", "edit", "/data", "--host", "0.0.0.0", "--port", "7860", "--no-token"]
|
|
|
15 |
# Copy examples
|
16 |
COPY ./examples ./examples
|
17 |
|
18 |
+
RUN chmod -R 777 /data
|
19 |
+
|
20 |
CMD ["uv", "run", "marimo", "edit", "/data", "--host", "0.0.0.0", "--port", "7860", "--no-token"]
|