Spaces:
Sleeping
Sleeping
Updated dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -21,4 +21,4 @@ RUN mkdir -p /app/__marimo__ && \
|
|
| 21 |
USER user
|
| 22 |
|
| 23 |
# 4. Execute the marimo application.
|
| 24 |
-
CMD ["marimo", "run", "main.py", "--include-code", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
| 21 |
USER user
|
| 22 |
|
| 23 |
# 4. Execute the marimo application.
|
| 24 |
+
CMD ["uv", "run", "marimo", "run", "main.py", "--include-code", "--host", "0.0.0.0", "--port", "7860"]
|