marimo-learn / _server /README.md
mylessss's picture
port
b863d23
|
raw
history blame
300 Bytes

marimo learn server

This folder contains server code for hosting marimo apps.

Running the server

uv run --no-project main.py

Building a Docker image

docker build -t marimo-learn .

Running the Docker container

docker run -p 7860:7860 marimo-learn