pnovelli commited on
Commit
424e006
·
1 Parent(s): accb8ca

Updated dockerfile

Browse files
Files changed (1) hide show
  1. 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"]